|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
net.pleso.framework.client.ui.custom.controls.ActionButtonPanel
public class ActionButtonPanel
Panel with buttons and ActionButtonControl
instances.
Visible if buttons was added
Constructor Summary | |
---|---|
ActionButtonPanel(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant align)
Constructor |
Method Summary | |
---|---|
void |
add(ActionButtonControl button)
|
void |
add(com.google.gwt.user.client.ui.Button button)
|
void |
clear()
Removes all buttons |
void |
setButtonsAlignment(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant align)
Sets the default horizontal alignment to be used for buttons added to this panel. |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getElement |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onBrowserEvent, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActionButtonPanel(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant align)
align
- default horizontal alignment to be used for buttons added to this panel.Method Detail |
---|
public void clear()
public void setButtonsAlignment(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant align)
HasHorizontalAlignment.setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant)
public void add(com.google.gwt.user.client.ui.Button button)
public void add(ActionButtonControl button)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |