thinwire.ui
Class DropDown.AbstractView<T extends Component>
java.lang.Object
thinwire.ui.DropDown.AbstractView<T>
- All Implemented Interfaces:
- DropDown.View<T>
- Direct Known Subclasses:
- DropDownGridBox.DefaultView
- Enclosing class:
- DropDown<T extends Component>
public abstract static class DropDown.AbstractView<T extends Component>
- extends java.lang.Object
- implements DropDown.View<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dd
protected DropDown<T extends Component> dd
ddc
protected T extends Component ddc
DropDown.AbstractView
public DropDown.AbstractView()
init
protected void init(DropDown<T> dropDown,
T comp)
addCloseComponent
protected void addCloseComponent(Component comp)
getOptimalWidth
public int getOptimalWidth()
- Specified by:
getOptimalWidth
in interface DropDown.View<T extends Component>
setComponent
public void setComponent(T comp)
- Specified by:
setComponent
in interface DropDown.View<T extends Component>