org.kie.uberfire.perspective.editor.model
Class ColumnEditor
java.lang.Object
org.kie.uberfire.perspective.editor.model.ColumnEditor
@Portable
public class ColumnEditor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnEditor
public ColumnEditor()
ColumnEditor
public ColumnEditor(String span)
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()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.