public class ToolBarSeparator extends AbstractSeparator
| Modifier and Type | Field and Description |
|---|---|
static String |
LINE_BREAK
The string used in configurations to split the tool bar in multiple lines.
|
static String |
VERTICAL_BAR
The string used in configurations to place a vertical bar on the tool bar.
|
| Constructor and Description |
|---|
ToolBarSeparator()
Creates a new tool bar separator.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFeatures() |
com.google.gwt.user.client.ui.UIObject |
getUIObject(String feature) |
com.google.gwt.user.client.ui.Widget |
newLineBreak() |
com.google.gwt.user.client.ui.Widget |
newVerticalBar() |
getRole, isEnabled, setEnabledpublic static final String VERTICAL_BAR
public static final String LINE_BREAK
public String[] getFeatures()
UIExtension.getFeatures()public com.google.gwt.user.client.ui.UIObject getUIObject(String feature)
UIExtension.getUIObject(String)public com.google.gwt.user.client.ui.Widget newVerticalBar()
public com.google.gwt.user.client.ui.Widget newLineBreak()
Copyright © 2004–2014 XWiki. All rights reserved.