com.sas.swing.visuals.dataselectors.propertyeditor
Interface EditorPanelInterface

All Known Implementing Classes:
DateEditorPanel, MultiSelectionListEditorPanel, RadioButtonEditorPanel, SingleSelectionListEditorPanel, TextFieldEditorPanel

public interface EditorPanelInterface

This class defines the interface between the EntityAttributeValuePanel and its editors.


Method Summary
 java.lang.Object getValue()
          Returns the property value contained in the editor.
 void setModel(EntityAttributeValueModelInterface selectorAdapter, java.lang.String propertyName)
          Set the model for the editor.
 

Method Detail

setModel

void setModel(EntityAttributeValueModelInterface selectorAdapter,
              java.lang.String propertyName)
Set the model for the editor.

Parameters:
propertyName - name of the property
selectorAdapter - instance of com.sas.dataselectors.propertyeditor.EntityAttributeValueSelectorAdapter

getValue

java.lang.Object getValue()
Returns the property value contained in the editor.

Returns:
property value



Copyright © 2009 SAS Institute Inc. All Rights Reserved.