KIE Uberfire Perspective Editor Client 6.2.0.CR2

org.kie.uberfire.perspective.editor.client.structure
Class RowEditorWidgetUI

java.lang.Object
  extended by org.kie.uberfire.perspective.editor.client.structure.RowEditorWidgetUI
All Implemented Interfaces:
EditorWidget

public class RowEditorWidgetUI
extends Object
implements EditorWidget


Constructor Summary
RowEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container, List<String> rowSpans)
           
RowEditorWidgetUI(EditorWidget parent, com.google.gwt.user.client.ui.FlowPanel container, String rowSpamString)
           
 
Method Summary
 void addChild(EditorWidget columnEditor)
           
 List<EditorWidget> getColumnEditors()
           
 List<String> getRowSpans()
           
 com.google.gwt.user.client.ui.FlowPanel getWidget()
           
 void removeChild(EditorWidget editorWidget)
           
 void removeFromParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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()

KIE Uberfire Perspective Editor Client 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.