|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentModel
Method Summary | |
---|---|
void |
addActionListener(nextapp.echo2.app.event.ActionListener listener)
Adds a ActionListener to the set of ActionListeners. |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a PropertyChangeListener to the set of listeners. |
boolean |
isEnabled()
Determines the enabled state of this Component . |
boolean |
isVisible()
Returns the visibility state of this Component . |
void |
setEnabled(boolean newValue)
Sets the enabled state of the Component . |
void |
setVisible(boolean newValue)
Sets the visibility state of this Component . |
Method Detail |
---|
boolean isEnabled()
Component
.
DisabledComponent
s are not eligible to receive user input.
The application container may render disabled components with an altered
appearance.
#verifyInput(java.lang.String, java.lang.Object)
boolean isVisible()
Component
.
Non-visible components will not be seen by the rendering application
container, and will not be rendered in any fashion on the user
interface. Rendering Application Containers should ensure that no
information about the state of an invisible component is provided to
the user interface for security purposes.
Component
void setEnabled(boolean newValue)
Component
.
newValue
- the new stateisEnabled()
void setVisible(boolean newValue)
Component
.
newValue
- the new visibility stateisVisible()
void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
PropertyChangeListener
to the set of listeners.
listener
- void addActionListener(nextapp.echo2.app.event.ActionListener listener)
listener
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |