org.crsh.text.ui
Class RowElement

java.lang.Object
  extended by org.crsh.text.ui.Element
      extended by org.crsh.text.ui.RowElement

public class RowElement
extends Element


Field Summary
(package private)  List<Element> cols
          .
(package private)  boolean header
          .
 
Fields inherited from class org.crsh.text.ui.Element
parent
 
Constructor Summary
RowElement()
           
RowElement(boolean header)
           
 
Method Summary
 RowElement add(Element... cols)
           
 List<Element> getCols()
           
 RowRenderer renderer()
           
 RowElement style(Style.Composite style)
           
 
Methods inherited from class org.crsh.text.ui.Element
getStyle, header, label, row, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cols

List<Element> cols
.


header

final boolean header
.

Constructor Detail

RowElement

public RowElement()

RowElement

public RowElement(boolean header)
Method Detail

renderer

public RowRenderer renderer()
Specified by:
renderer in class Element

add

public RowElement add(Element... cols)

getCols

public List<Element> getCols()

style

public RowElement style(Style.Composite style)
Overrides:
style in class Element


Copyright © 2012 eXo Platform SAS. All Rights Reserved.