| java.lang.Object thinwire.ui.AbstractComponent thinwire.ui.AbstractTextComponent thinwire.ui.AbstractEditorComponent thinwire.ui.AbstractMaskEditorComponent thinwire.ui.DropDown
Inner Class :public static interface View | |
Inner Class :abstract public static class AbstractView implements View<T> | |
Method Summary | |
static void | copyDropDownStyle(Component parent, Component child, boolean copyBackground) | public T | getComponent() Returns the component that is displayed upon clicking the drop down button. | public View<T> | getView() | public boolean | isEditAllowed() Returns whether you can type in the text field. | public void | setComponent(T comp) Assigns the component that is displayed upon clicking the drop down button. | public void | setEditAllowed(boolean editAllowed) Toggles a boolean variable that determines if the text field will be active (editable).
Parameters: editAllowed - If true the field will be editable. | public void | setText(String text) | public void | setView(View<T> view) |
PROPERTY_COMPONENT | final public static String PROPERTY_COMPONENT(Code) | | |
PROPERTY_EDIT_ALLOWED | final public static String PROPERTY_EDIT_ALLOWED(Code) | | |
getComponent | public T getComponent()(Code) | | Returns the component that is displayed upon clicking the drop down button.
the component that is displayed upon clicking the drop down button. |
getView | public View<T> getView()(Code) | | |
isEditAllowed | public boolean isEditAllowed()(Code) | | Returns whether you can type in the text field.
true if the field is editable (Default = true) |
setComponent | public void setComponent(T comp)(Code) | | Assigns the component that is displayed upon clicking the drop down button.
Parameters: comp - the component to display upon clicking the drop down button. |
setEditAllowed | public void setEditAllowed(boolean editAllowed)(Code) | | Toggles a boolean variable that determines if the text field will be active (editable).
Parameters: editAllowed - If true the field will be editable. (Default = true) |
setView | public void setView(View<T> view)(Code) | | |
Methods inherited from thinwire.ui.AbstractComponent | public void addActionListener(String action, ActionListener listener)(Code)(Java Doc) public void addActionListener(String[] actions, ActionListener listener)(Code)(Java Doc) public void addDropListener(Component dragComponent, DropListener listener)(Code)(Java Doc) public void addDropListener(Component[] dragComponents, DropListener listener)(Code)(Java Doc) public void addKeyPressListener(String keyPressCombo, KeyPressListener listener)(Code)(Java Doc) public void addKeyPressListener(String[] keyPressCombos, KeyPressListener listener)(Code)(Java Doc) public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc) public void addPropertyChangeListener(String[] propertyNames, PropertyChangeListener listener)(Code)(Java Doc) public void fireAction(ActionEvent ev)(Code)(Java Doc) public void fireAction(String action)(Code)(Java Doc) public void fireAction(String action, Object source)(Code)(Java Doc) public void fireDrop(DropEvent ev)(Code)(Java Doc) public void fireDrop(Component dragComponent)(Code)(Java Doc) public void fireDrop(Component dragComponent, Object dragObject)(Code)(Java Doc) public void fireKeyPress(KeyPressEvent ev)(Code)(Java Doc) public void fireKeyPress(String keyPressCombo)(Code)(Java Doc) final protected boolean firePropertyChange(Object source, String propertyName, int oldValue, int newValue)(Code)(Java Doc) final protected boolean firePropertyChange(Object source, String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) final protected boolean firePropertyChange(Object source, String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) public Container getContainer()(Code)(Java Doc) public int getHeight()(Code)(Java Doc) public Label getLabel()(Code)(Java Doc) public Object getLimit()(Code)(Java Doc) public Object getParent()(Code)(Java Doc) String getStandardPropertyUnsupportedMsg(String propertyName, boolean read)(Code)(Java Doc) public Style getStyle()(Code)(Java Doc) public Object getUserObject()(Code)(Java Doc) public int getWidth()(Code)(Java Doc) public int getX()(Code)(Java Doc) public int getY()(Code)(Java Doc) public boolean isEnabled()(Code)(Java Doc) final public boolean isFocus()(Code)(Java Doc) public boolean isFocusCapable()(Code)(Java Doc) public boolean isVisible()(Code)(Java Doc) public void removeActionListener(ActionListener listener)(Code)(Java Doc) public void removeDropListener(DropListener listener)(Code)(Java Doc) public void removeKeyPressListener(KeyPressListener listener)(Code)(Java Doc) public void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) public Component setBounds(int x, int y, int width, int height)(Code)(Java Doc) public void setEnabled(boolean enabled)(Code)(Java Doc) public void setFocus(boolean focus)(Code)(Java Doc) public void setFocusCapable(boolean focusCapable)(Code)(Java Doc) public void setHeight(int height)(Code)(Java Doc) void setLabel(Label label)(Code)(Java Doc) public Component setLimit(Object limit)(Code)(Java Doc) void setParent(Object parent)(Code)(Java Doc) public Component setPosition(int x, int y)(Code)(Java Doc) void setRenderer(Renderer r)(Code)(Java Doc) public Component setSize(int width, int height)(Code)(Java Doc) public void setUserObject(Object userObject)(Code)(Java Doc) public void setVisible(boolean visible)(Code)(Java Doc) public void setWidth(int width)(Code)(Java Doc) public void setX(int x)(Code)(Java Doc) public void setY(int y)(Code)(Java Doc)
|
|
|