public class RowEditorWidget extends Object implements EditorWidget
| Constructor and Description |
|---|
RowEditorWidget(EditorWidget parent,
com.google.gwt.user.client.ui.ComplexPanel container,
List<String> rowSpans) |
RowEditorWidget(EditorWidget parent,
com.google.gwt.user.client.ui.ComplexPanel container,
String rowSpamString) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(EditorWidget columnEditor) |
List<EditorWidget> |
getChildren() |
List<EditorWidget> |
getColumnEditors() |
EditorWidget |
getParent() |
List<String> |
getRowSpans() |
LayoutDragComponent |
getType() |
com.google.gwt.user.client.ui.ComplexPanel |
getWidget() |
protected void |
notifyChildRemoval(List<EditorWidget> childEditors) |
void |
removeChild(EditorWidget editorWidget) |
void |
removeFromParent() |
public RowEditorWidget(EditorWidget parent, com.google.gwt.user.client.ui.ComplexPanel container, String rowSpamString)
public RowEditorWidget(EditorWidget parent, com.google.gwt.user.client.ui.ComplexPanel container, List<String> rowSpans)
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 columnEditor)
addChild in interface EditorWidgetpublic void removeFromParent()
protected void notifyChildRemoval(List<EditorWidget> childEditors)
public void removeChild(EditorWidget editorWidget)
removeChild in interface EditorWidgetpublic List<EditorWidget> getColumnEditors()
public LayoutDragComponent getType()
getType in interface EditorWidgetCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.