public class WizardStepPanelButton
extends Button
Constructor and Description |
---|
WizardStepPanelButton(String name,
WizardStepPanel panel,
ClickHandler handler)
Creates a button which stored meta information about the current panel
and its position in the FlexTable
|
WizardStepPanelButton(WizardStepPanel panel,
ClickHandler handler)
Creates a button which stored meta information about the current panel
and its position in the FlexTable
|
Modifier and Type | Method and Description |
---|---|
Widget |
getContainer()
Return the container in which this widget appears.
|
WizardStepPanel |
getPanel()
Get the panel associated with this button
|
boolean |
isGroupButton()
Returns true if this button is a group header.
|
void |
setContainer(Widget widget)
Set the container widget for this button.
|
void |
setGroupButton(boolean isGroupButton)
Set whether this is a panel group header button.
|
public WizardStepPanelButton(String name, WizardStepPanel panel, ClickHandler handler)
row
- row that this button appears in the FlexTablepanel
- panel associated with the buttonhandler
- click handler functionpublic WizardStepPanelButton(WizardStepPanel panel, ClickHandler handler)
row
- row that this button appears in the FlexTablepanel
- panel associated with the buttonhandler
- click handler functionpublic boolean isGroupButton()
public void setGroupButton(boolean isGroupButton)
isGroupButton
- if true, this button will be set as a group headerpublic WizardStepPanel getPanel()
public Widget getContainer()
public void setContainer(Widget widget)
widget
- container widgetUniversity of Colorado Denver, Department of Biostatistics and Informatics