org.kie.uberfire.perspective.editor.client.structure
Class RowEditorWidgetUI
java.lang.Object
org.kie.uberfire.perspective.editor.client.structure.RowEditorWidgetUI
- All Implemented Interfaces:
- EditorWidget
public class RowEditorWidgetUI
- extends Object
- implements EditorWidget
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowEditorWidgetUI
public RowEditorWidgetUI(EditorWidget parent,
com.google.gwt.user.client.ui.FlowPanel container,
String rowSpamString)
RowEditorWidgetUI
public RowEditorWidgetUI(EditorWidget parent,
com.google.gwt.user.client.ui.FlowPanel container,
List<String> rowSpans)
getWidget
public com.google.gwt.user.client.ui.FlowPanel getWidget()
- Specified by:
getWidget in interface EditorWidget
getRowSpans
public List<String> getRowSpans()
addChild
public void addChild(EditorWidget columnEditor)
- Specified by:
addChild in interface EditorWidget
removeFromParent
public void removeFromParent()
removeChild
public void removeChild(EditorWidget editorWidget)
- Specified by:
removeChild in interface EditorWidget
getColumnEditors
public List<EditorWidget> getColumnEditors()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.