Uses of Interface
org.eobjects.metamodel.data.Style

Packages that use Style
org.eobjects.metamodel.data API for data sets 
 

Uses of Style in org.eobjects.metamodel.data
 

Fields in org.eobjects.metamodel.data declared as Style
static Style Style.NO_STYLE
          A style object used for values without styling, "unstyled" values or "neutrally styled" values.
 

Methods in org.eobjects.metamodel.data that return Style
 Style StyleBuilder.create()
          Creates a Style object based on the build characteristics.
 Style Row.getStyle(Column column)
           
 Style AbstractRow.getStyle(Column column)
           
 Style Row.getStyle(int index)
           
 Style DefaultRow.getStyle(int index)
           
 Style Row.getStyle(SelectItem item)
           
 Style AbstractRow.getStyle(SelectItem item)
           
 Style[] Row.getStyles()
           
 Style[] DefaultRow.getStyles()
           
protected  Style[] AbstractRowBuilder.getStyles()
           
 Style[] AbstractRow.getStyles()
           
 

Methods in org.eobjects.metamodel.data with parameters of type Style
 boolean RowPublisher.publish(Object[] values, Style[] styles)
          Publishes a row, represented by an array of values and an array of styles.
 RB RowBuilder.value(Column column, Object value, Style style)
          Sets the value of a column
 RB AbstractRowBuilder.value(Column column, Object value, Style style)
           
 RB RowBuilder.value(int columnIndex, Object value, Style style)
          Sets the value of a column, by column index
 RB AbstractRowBuilder.value(int columnIndex, Object value, Style style)
           
 RB RowBuilder.value(String columnName, Object value, Style style)
          Sets the value and the style of this value of a column, by column name
 RB AbstractRowBuilder.value(String columnName, Object value, Style style)
           
 

Constructors in org.eobjects.metamodel.data with parameters of type Style
DefaultRow(DataSetHeader header, Object[] values, Style[] styles)
          Constructs a row.
DefaultRow(List<SelectItem> items, Object[] values, Style[] styles)
          Deprecated. use DefaultRow.DefaultRow(DataSetHeader, Object[]) or DefaultRow.DefaultRow(DataSetHeader, Object[], Style[]) instead.
DefaultRow(SelectItem[] items, Object[] values, Style[] styles)
          Deprecated. use DefaultRow.DefaultRow(DataSetHeader, Object[]) or DefaultRow.DefaultRow(DataSetHeader, Object[], Style[]) instead.
 



Copyright © 2007-2013. All Rights Reserved.