public class ColumnEditorWidget extends Object implements EditorWidget
| Constructor and Description |
|---|
ColumnEditorWidget(RowEditorWidget row,
com.google.gwt.user.client.ui.ComplexPanel container,
String span) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(EditorWidget editorWidget) |
boolean |
childsIsRowEditorWidgetUI() |
List<EditorWidget> |
getChildren() |
List<EditorWidget> |
getChilds() |
EditorWidget |
getParent() |
String |
getSpan() |
LayoutDragComponent |
getType() |
com.google.gwt.user.client.ui.ComplexPanel |
getWidget() |
void |
removeChild(EditorWidget editorWidget) |
public ColumnEditorWidget(RowEditorWidget row, com.google.gwt.user.client.ui.ComplexPanel container, String span)
public EditorWidget getParent()
getParent in interface EditorWidgetpublic com.google.gwt.user.client.ui.ComplexPanel getWidget()
getWidget in interface EditorWidgetpublic List<EditorWidget> getChildren()
getChildren in interface EditorWidgetpublic void addChild(EditorWidget editorWidget)
addChild in interface EditorWidgetpublic void removeChild(EditorWidget editorWidget)
removeChild in interface EditorWidgetpublic List<EditorWidget> getChilds()
public String getSpan()
public LayoutDragComponent getType()
getType in interface EditorWidgetpublic boolean childsIsRowEditorWidgetUI()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.