org.crsh.shell.ui
Class RowElement
java.lang.Object
org.crsh.shell.ui.Element
org.crsh.shell.ui.RowElement
public class RowElement
- extends Element
- Author:
- Alain Defrance
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cols
private List<Element> cols
- .
RowElement
public RowElement()
print
public void print(UIWriterContext ctx,
ShellWriter writer)
throws IOException
- Overrides:
print
in class Element
- Throws:
IOException
doPrint
void doPrint(UIWriterContext ctx,
ShellWriter writer)
throws IOException
- Specified by:
doPrint
in class Element
- Throws:
IOException
width
int width()
- Specified by:
width
in class Element
addValue
public void addValue(Element element)
getValues
public List<Element> getValues()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.