Uses of Class
com.cc.framework.ui.model.value.DeferredEnvironment

Packages that use DeferredEnvironment
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.model.value   
com.cc.framework.ui.painter   
com.cc.framework.ui.painter.def   
 

Uses of DeferredEnvironment in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return DeferredEnvironment
 DeferredEnvironment DesignRule.getEnvironment()
          Retrieves the EL Environment to evaluate EL Expressions in the context of the current bean
 DeferredEnvironment ColumnDesignModel.getEnvironment()
          Retrieves the EL Environment to evaluate EL Expressions in the context of the current row bean
 

Methods in com.cc.framework.ui.model with parameters of type DeferredEnvironment
 void DesignRule.setEnvironment(DeferredEnvironment env)
          Sets the EL Environment to evaluate EL Expressions in the context of the current bean.
 void ColumnDesignModel.setEnvironment(DeferredEnvironment env)
          Sets the EL Environment to evaluate EL Expressions in the context of the current row bean.
 

Uses of DeferredEnvironment in com.cc.framework.ui.model.imp
 

Fields in com.cc.framework.ui.model.imp declared as DeferredEnvironment
private  DeferredEnvironment DesignRuleImp.env
          Expression Language Environment.
private  DeferredEnvironment ColumnDesignModelImp.env
          Expression Language Environment.
 

Methods in com.cc.framework.ui.model.imp that return DeferredEnvironment
 DeferredEnvironment DesignRuleImp.getEnvironment()
          retrieves the current EL Environment for the current row
 DeferredEnvironment ColumnDesignModelImp.getEnvironment()
          retrieves the current EL Environment for the current row
 

Methods in com.cc.framework.ui.model.imp with parameters of type DeferredEnvironment
 void DesignRuleImp.setEnvironment(DeferredEnvironment env)
          Sets the EL Environment to evaluate EL Expressions in the context of the current row bean
 void ColumnDesignModelImp.setEnvironment(DeferredEnvironment env)
          Sets the EL Environment to evaluate EL Expressions in the context of the current row bean
 

Uses of DeferredEnvironment in com.cc.framework.ui.model.value
 

Methods in com.cc.framework.ui.model.value with parameters of type DeferredEnvironment
static Permission DeferredValue.toPermission(DeferredValue value, DeferredEnvironment env)
          Converts the given deferred value to a Permission object
static ImageModel DeferredValue.toImage(DeferredValue value, DeferredEnvironment env)
          Converts the given deferred value to a ImageModel object
static AlignmentType DeferredValue.toAlignment(DeferredValue value, DeferredEnvironment env)
          Converts the given deferred value to a AlignmentType object
static JoinMode DeferredValue.toJoinMode(DeferredValue value, DeferredEnvironment env)
          Converts the given deferred value to a JoinMode object
static java.lang.String DeferredValue.toString(DeferredValue value, DeferredEnvironment env)
          Converts the given deferred value to a String object
static java.lang.String DeferredValue.evaluateToString(java.lang.String value, DeferredEnvironment env)
          Evaluates the given String value to a String object
static java.lang.Object DeferredValue.evaluate(java.lang.String value, DeferredEnvironment env)
          Evaluates the given String value to an object
 java.lang.String DeferredValue.toString(DeferredEnvironment env)
          Converts the deferred value to a String object
 ImageModel DeferredValue.toImage(DeferredEnvironment env)
          Converts the deferred value to a ImageModel object
 AlignmentType DeferredValue.toAlignment(DeferredEnvironment env)
          Converts the deferred value to a AlignmentType object
 JoinMode DeferredValue.toJoinMode(DeferredEnvironment env)
          Converts the deferred value to a JoinMode object
 Permission DeferredValue.toPermission(DeferredEnvironment env)
          Converts the deferred value to a Permission object
 boolean DeferredValue.toBoolean(DeferredEnvironment env)
          Converts the deferred value to a boolean value
 int DeferredValue.toInt(DeferredEnvironment env)
          Converts the deferred value to a integer value
private  java.lang.Object DeferredValue.evaluate(DeferredEnvironment env)
          Method to evaluate a EL expression
 

Uses of DeferredEnvironment in com.cc.framework.ui.painter
 

Methods in com.cc.framework.ui.painter with parameters of type DeferredEnvironment
static org.apache.ecs.ConcreteElement PainterHelp.applyDesignRules(org.apache.ecs.ConcreteElement element, DesignRule[] rules, DeferredEnvironment env)
          This method searches for all matching rules and applies the design to the given HTML element
 

Uses of DeferredEnvironment in com.cc.framework.ui.painter.def
 

Methods in com.cc.framework.ui.painter.def with parameters of type DeferredEnvironment
protected  void DefListPainter.doCreateCells(org.apache.ecs.html.TR row, ColumnDesignModel[] columns, LineIterator iter, DeferredEnvironment env)
          Creates the Data for each cell of a row
protected  void DefListPainter.doPaintRow(org.apache.ecs.html.TR row, ColumnDesignModel[] columns, LineIterator iter, DeferredEnvironment env)
          Creates one row of the List
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.