com.sas.swing.visuals.dataselectors.showdetail
Class ShowDetailSelector

com.sas.swing.visuals.dataselectors.showdetail.ShowDetailSelector
All Implemented Interfaces:
DataSelectorInterface, PanelInterface, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable

public class ShowDetailSelector

See Also:
Serialized Form

Field Summary
static java.lang.String RB_KEY
           
 
Fields inherited from class com.sas.swing.visuals.dataselectors.BaseSwingSelectorPanel
command, contentsValid, selectorModel, wasCancelled
 
Fields inherited from interface com.sas.swing.visuals.PanelInterface
CONTENTS_VALID_PROPERTY
 
Constructor Summary
ShowDetailSelector()
           
 
Method Summary
protected  void createComponents()
           
 java.lang.String getDialogTitle()
          Returns a title for this panel that should be displayed on a dialog's title bar.
 java.lang.Object getSelectorModel()
          Returns the model used for the selector, or null if there isn't a model yet.
 javax.swing.JComponent getTableComponent()
          Returns the table component that is used to renderer the detail data.
 void setSelectorModel(java.lang.Object model)
          Sets the model used for the selector on the panel.
 
Methods inherited from class com.sas.swing.visuals.dataselectors.BaseSwingSelectorPanel
getCommand, getHelpID, getPanel, getTabTitle, isContentsValid, isYesNo, onApply, onCancel, onClose, setCommand, setContentsValid
 
Methods inherited from interface com.sas.dataselectors.DataSelectorInterface
isVisible, setVisible
 

Field Detail

RB_KEY

public static final java.lang.String RB_KEY
See Also:
Constant Field Values
Constructor Detail

ShowDetailSelector

public ShowDetailSelector()
Method Detail

createComponents

protected void createComponents()

setSelectorModel

public void setSelectorModel(java.lang.Object model)
Description copied from class: BaseSwingSelectorPanel
Sets the model used for the selector on the panel.

Specified by:
setSelectorModel in interface DataSelectorInterface
Overrides:
setSelectorModel in class BaseSwingSelectorPanel
Parameters:
model - the new selector model to set on the panel
See Also:
BaseSwingSelectorPanel.getSelectorModel()

getSelectorModel

public java.lang.Object getSelectorModel()
Description copied from class: BaseSwingSelectorPanel
Returns the model used for the selector, or null if there isn't a model yet.

Specified by:
getSelectorModel in interface DataSelectorInterface
Overrides:
getSelectorModel in class BaseSwingSelectorPanel
Returns:
the selector model on the panel
See Also:
BaseSwingSelectorPanel.setSelectorModel(Object)

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

getTableComponent

public javax.swing.JComponent getTableComponent()
Returns the table component that is used to renderer the detail data.

Returns:
the component used to renderer the detail data



Copyright © 2009 SAS Institute Inc. All Rights Reserved.