Uses of Class
org.melati.poem.DisplayLevel

Packages that use DisplayLevel
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.generated The POEM-generated support classes for org.melati.poem. 
 

Uses of DisplayLevel in org.melati.poem
 

Fields in org.melati.poem declared as DisplayLevel
static DisplayLevel DisplayLevel.detail
          Display level of Columns included in a detailed display of a single record.
static DisplayLevel DisplayLevel.never
          Display level of Columns hidden from users.
static DisplayLevel DisplayLevel.primary
          Display level of a Column used as the name of the whole record.
static DisplayLevel DisplayLevel.record
          Display level of Columns included in display focusing on a single record, but without detail.
static DisplayLevel DisplayLevel.summary
          Display level of Columns to be included in a summary of records in a set.
 

Methods in org.melati.poem that return DisplayLevel
protected  DisplayLevel Column.defaultDisplayLevel()
           
static DisplayLevel DisplayLevel.forIndex(int index)
          Get by numeric id.
 DisplayLevel Column.getDisplayLevel()
           
static DisplayLevel DisplayLevel.named(String name)
          Get by name.
 

Methods in org.melati.poem with parameters of type DisplayLevel
 Enumeration JdbcTable.displayColumns(DisplayLevel level)
          Return columns at a display level in display order.
 Enumeration<Column> Table.displayColumns(DisplayLevel level)
          Return columns at a display level in display order.
 int JdbcTable.displayColumnsCount(DisplayLevel level)
           
 int Table.displayColumnsCount(DisplayLevel level)
           
 void Column.setDisplayLevel(DisplayLevel level)
           
 

Uses of DisplayLevel in org.melati.poem.generated
 

Methods in org.melati.poem.generated that return DisplayLevel
 DisplayLevel ColumnInfoBase.getDisplaylevel()
          Retrieves the Displaylevel value of this Persistent.
 

Methods in org.melati.poem.generated with parameters of type DisplayLevel
 void ColumnInfoBase.setDisplaylevel(DisplayLevel cooked)
          Sets the Displaylevel value, with checking, for the Persistent argument.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.