|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseButton | |
---|---|
com.sas.servlet.tbeans | Provides classes and interfaces for the Transformation Beans. |
com.sas.servlet.tbeans.dataselectors.calculations.percent.html | |
com.sas.servlet.tbeans.dataselectors.html | Provides classes for creating dataselectors, and the menubar classes that provide access to the dataselectors from a data viewer. |
com.sas.servlet.tbeans.dualselector | Provides base classes for generating DualSelectors: DualListSelector, DualTreeSelector and TreeListSelector |
com.sas.servlet.tbeans.dualselector.html | Provides classes for generating different Dual Selectors to move an item from source to target or from target to source component. |
com.sas.servlet.tbeans.html | Provides classes and interfaces for several transformation beans such as Button, Label, and TreeView along with their supporting classes. |
com.sas.servlet.tbeans.menubar | Provides base classes used to generate the MenuBar and SelectorMenuBar. |
com.sas.servlet.tbeans.menubar.html | Provides classes for generating a MenuBar or SelectorMenuBar. |
com.sas.servlet.tbeans.remotefileselector2.html | |
com.sas.servlet.util | Provides support and utility classes for com.sas.servlet . |
Uses of BaseButton in com.sas.servlet.tbeans |
---|
Methods in com.sas.servlet.tbeans that return BaseButton | |
---|---|
BaseButton |
BaseListEditor.getAddButton()
Gets the transformation used to supply the "Add" action for the component. |
abstract BaseButton |
BaseListEditor.getDefaultAddButton()
Gets the default "Add" button transformation object. |
abstract BaseButton |
BaseListEditor.getDefaultDeleteAllButton()
Gets the default "Delete All" button transformation object. |
abstract BaseButton |
BaseListEditor.getDefaultDeleteButton()
Gets the default "Delete" button transformation object. |
abstract BaseButton |
BaseListEditor.getDefaultUpdateButton()
Gets the default "Update" button transformation object. |
BaseButton |
BaseListEditor.getDeleteAllButton()
Gets the transformation used to supply the "Delete All" action for the component. |
BaseButton |
BaseListEditor.getDeleteButton()
Gets the transformation used to supply the "Delete" action for the component. |
BaseButton |
BaseListEditor.getUpdateButton()
Gets the transformation used to supply the "Update" action for the component. |
Uses of BaseButton in com.sas.servlet.tbeans.dataselectors.calculations.percent.html |
---|
Methods in com.sas.servlet.tbeans.dataselectors.calculations.percent.html that return BaseButton | |
---|---|
protected BaseButton |
PercentCalculationsSelectorPanel.newAddButtonInstance()
Returns a new Button for Add field. |
protected BaseButton |
PercentCalculationsSelectorPanel.newRemoveButtonInstance()
Returns a new Button for Remove field. |
Uses of BaseButton in com.sas.servlet.tbeans.dataselectors.html |
---|
Fields in com.sas.servlet.tbeans.dataselectors.html declared as BaseButton | |
---|---|
protected BaseButton |
DataSelector.cancelButton
|
protected BaseButton |
AbstractSelectorContainer.cancelButton
The Cancel button |
protected BaseButton |
AbstractSelectorContainer.helpButton
The Help button (not implemented for this release) |
protected BaseButton |
DataSelector.okButton
|
protected BaseButton |
AbstractSelectorContainer.okButton
The OK button |
Uses of BaseButton in com.sas.servlet.tbeans.dualselector |
---|
Methods in com.sas.servlet.tbeans.dualselector that return BaseButton | |
---|---|
protected abstract BaseButton |
BaseDualSelector.getDefaultButton()
Returns a default button used for this dual selector. |
protected BaseButton |
BaseDualSelector.getMoveAllLeftButton()
Returns the button used for removing all items from the target component |
protected BaseButton |
BaseDualSelector.getMoveAllRightButton()
Returns the button used for moving all items to the target component |
protected BaseButton |
BaseDualSelector.getMoveDownButton()
Returns the move down button used for this selector |
protected BaseButton |
BaseDualSelector.getMoveLeftButton()
Returns the button used for removing items from the target component |
protected BaseButton |
BaseDualSelector.getMoveRightButton()
Returns the button used for moving items to the target component |
protected BaseButton |
BaseDualSelector.getMoveUpButton()
Returns the move up button used for this selector |
protected BaseButton |
BaseDualSelector.getSubmitButton()
Returns the submit button used for this selector |
Uses of BaseButton in com.sas.servlet.tbeans.dualselector.html |
---|
Methods in com.sas.servlet.tbeans.dualselector.html that return BaseButton | |
---|---|
protected BaseButton |
DualSelector.getDefaultButton()
|
Uses of BaseButton in com.sas.servlet.tbeans.html |
---|
Subclasses of BaseButton in com.sas.servlet.tbeans.html | |
---|---|
class |
Button
The Button is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript for a button look by setting images and a label. |
Methods in com.sas.servlet.tbeans.html that return BaseButton | |
---|---|
BaseButton |
ListEditor.getDefaultAddButton()
Constructs and returns a new default "Add" button component. |
BaseButton |
ListEditor.getDefaultDeleteAllButton()
Constructs and returns a new default "Delete All" button component. |
BaseButton |
ListEditor.getDefaultDeleteButton()
Constructs and returns a new default "Delete" button component. |
BaseButton |
ListEditor.getDefaultUpdateButton()
Constructs and returns a new default "Update" button component. |
Uses of BaseButton in com.sas.servlet.tbeans.menubar |
---|
Subclasses of BaseButton in com.sas.servlet.tbeans.menubar | |
---|---|
class |
BaseMenu
BaseMenu TransformationBean used to create a Menu used for controlling rollover dropdown actions, selectors and navigation style menus. |
class |
BaseMenuItem
BaseMenuItem TransformationBean used to create a MenuItem. |
class |
BaseSelectorMenuItem
BaseSelectorMenuItem TransformationBean used to create a SelectorMenuItem. |
Methods in com.sas.servlet.tbeans.menubar that return BaseButton | |
---|---|
protected BaseButton |
BaseMenuItem.setButtonProperties(BaseButton button)
Sets the properties of this menu item to the underlying button used. |
Methods in com.sas.servlet.tbeans.menubar with parameters of type BaseButton | |
---|---|
void |
BaseMenuBar.add(BaseButton button)
|
protected BaseButton |
BaseMenuItem.setButtonProperties(BaseButton button)
Sets the properties of this menu item to the underlying button used. |
Uses of BaseButton in com.sas.servlet.tbeans.menubar.html |
---|
Subclasses of BaseButton in com.sas.servlet.tbeans.menubar.html | |
---|---|
class |
Menu
Deprecated. As of release 9.2, replaced by SimpleMenuBar/PopupMenu |
class |
MenuItem
MenuItem is used to populate the Menus in a MenuBar transformation bean. |
class |
SelectorMenuItem
The SelectorMenuItem is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript used to populate a selector menu in a MenuBar. |
Uses of BaseButton in com.sas.servlet.tbeans.remotefileselector2.html |
---|
Methods in com.sas.servlet.tbeans.remotefileselector2.html that return BaseButton | |
---|---|
protected BaseButton |
RemoteFileSearch.createDefaultSearchStartComponent()
Creates and returns the default search button. |
protected BaseButton |
RemoteFileSearch.createDefaultSearchStopComponent()
Creates and returns the default stop button. |
protected BaseButton |
RemoteFileToolBar.createDefaultUpOneLevelComponent()
Returns an image to be used for the UP_ONE_LEVEL action. |
Uses of BaseButton in com.sas.servlet.util |
---|
Methods in com.sas.servlet.util with parameters of type BaseButton | |
---|---|
static void |
BaseUtil.setLabelAndAccessKeyOnButton(BaseButton button,
java.lang.String text)
Sets the access key and mnemonic label for the given BaseButton given the text. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |