|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.swing.visuals.dataselectors.propertyeditor.TextFieldEditorPanel
public class TextFieldEditorPanel
TextFieldEditorPanel is the default text entry editor for the EntityAttributeValuePanel. It displays a JTextField component for editing values.
Field Summary | |
---|---|
protected LabelView |
helpLabel
Label for displaying help text |
protected javax.swing.JTextField |
valueField
JTextField component |
Constructor Summary | |
---|---|
TextFieldEditorPanel()
Constructor |
Method Summary | |
---|---|
java.lang.Object |
getValue()
Returns the property value contained in the editor. |
protected javax.swing.JPanel |
makePanel()
Internal method for constructing the panel |
void |
setModel(EntityAttributeValueModelInterface selectorAdapter,
java.lang.String propertyName)
Set the model for the editor. |
Field Detail |
---|
protected javax.swing.JTextField valueField
protected LabelView helpLabel
Constructor Detail |
---|
public TextFieldEditorPanel()
Method Detail |
---|
protected javax.swing.JPanel makePanel()
public void setModel(EntityAttributeValueModelInterface selectorAdapter, java.lang.String propertyName)
EditorPanelInterface
setModel
in interface EditorPanelInterface
selectorAdapter
- instance of com.sas.dataselectors.propertyeditor.EntityAttributeValueSelectorAdapterpropertyName
- name of the propertypublic java.lang.Object getValue()
EditorPanelInterface
getValue
in interface EditorPanelInterface
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |