Methods Summary |
---|
public void | addListener(ParameterListener l)Adds a listener triggered when the parameter is changed by the user
|
public java.lang.String | getLabelKey()Retrieve the language bundle key for the label associated with this
parameter.
|
public java.lang.String | getLabelText()Retrieve the actual text of the label associated with this parameter.
This is the text after it has been looked up in the language bundle.
|
public boolean | isEnabled()Retrieves the enabled state for the UI object for this parameter
|
public boolean | isVisible()Retrieves the visiblility state for the UI object for this parameter
|
public void | removeListener(ParameterListener l)Removes a previously added listener
|
public void | setEnabled(boolean enabled)Sets whether the UI object for this parameter is enabled (changeable) or
disabled (not changeable, and usualy grayed out)
|
public void | setLabelKey(java.lang.String sLabelKey)Set the label to use the supplied language bundle key for the label
associated with this parameter
|
public void | setLabelText(java.lang.String sText)Set the text of the label associated to with this parameter to the literal
text supplied.
|
public void | setVisible(boolean visible)Sets whether the UI object for this parameter is visble to the user
|