com.sas.swing.visuals.dataselectors.calculateditems
Class SimpleCalculatedItemSelector
com.sas.swing.visuals.dataselectors.calculateditems.SimpleCalculatedItemSelector
- All Implemented Interfaces:
- DataSelectorInterface, PanelInterface, LayoutConstants, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
@SASScope(value="ALL")
public class SimpleCalculatedItemSelector
- implements LayoutConstants
This class provides a dialog which lists existing Calculated Items
and provides buttons to manipulate (add, edit, delete and delete all)
the list.
- See Also:
- Serialized Form
| Methods inherited from class com.sas.swing.visuals.dataselectors.BaseSwingSelectorPanel |
getCommand, getHelpID, getPanel, getSelectorModel, getTabTitle, isContentsValid, isYesNo, onApply, onCancel, onClose, setCommand, setContentsValid |
SimpleCalculatedItemSelector
public SimpleCalculatedItemSelector(boolean isRelational)
- SimpleCalculatedItemSelector constructor.
- Parameters:
isRelational - true if called in a relational contact; false in an OLAP context
setSelectorModel
public void setSelectorModel(java.lang.Object model)
- Sets the selector data model.
The model should be a CalculatedItemListInterface for the
component to work appropriately.
- Specified by:
setSelectorModel in interface DataSelectorInterface- Overrides:
setSelectorModel in class BaseSwingSelectorPanel
- Parameters:
model - - the selector data model- See Also:
BaseSwingSelectorPanel.getSelectorModel()
getDialogTitle
public java.lang.String getDialogTitle()
- Returns a title for this panel that should be displayed on a dialog's title bar.
- Specified by:
getDialogTitle in interface PanelInterface- Overrides:
getDialogTitle in class BaseSwingSelectorPanel
- Returns:
- the title to display if used in a dialog
Copyright © 2009 SAS Institute Inc. All Rights Reserved.