KIE Uberfire Perspective Editor API 6.2.0.CR2

org.kie.uberfire.perspective.editor.model
Class ColumnEditor

java.lang.Object
  extended by org.kie.uberfire.perspective.editor.model.ColumnEditor

@Portable
public class ColumnEditor
extends Object


Constructor Summary
ColumnEditor()
           
ColumnEditor(String span)
           
 
Method Summary
 void addHTML(HTMLEditor htmlEditor)
           
 void addRow(RowEditor rowEditor)
           
 void addScreen(ScreenEditor screenEditor)
           
 List<HTMLEditor> getHtmls()
           
 List<RowEditor> getRows()
           
 List<ScreenEditor> getScreens()
           
 String getSpan()
           
 boolean hasElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnEditor

public ColumnEditor()

ColumnEditor

public ColumnEditor(String span)
Method Detail

addRow

public void addRow(RowEditor rowEditor)

addScreen

public void addScreen(ScreenEditor screenEditor)

addHTML

public void addHTML(HTMLEditor htmlEditor)

getSpan

public String getSpan()

getRows

public List<RowEditor> getRows()

getScreens

public List<ScreenEditor> getScreens()

getHtmls

public List<HTMLEditor> getHtmls()

hasElements

public boolean hasElements()

KIE Uberfire Perspective Editor API 6.2.0.CR2

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