Uses of Class
com.cc.framework.ui.AlignmentType

Packages that use AlignmentType
com.cc.framework.taglib   
com.cc.framework.ui   
com.cc.framework.ui.control   
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 AlignmentType in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib that return AlignmentType
static AlignmentType TagHelp.toAlignment(java.lang.String alignment)
          Creates a AlignmentType object for the specified argument.
 

Uses of AlignmentType in com.cc.framework.ui
 

Fields in com.cc.framework.ui declared as AlignmentType
static AlignmentType AlignmentType.LEFT
          alignment type: left
static AlignmentType AlignmentType.RIGHT
          alignment type: right
static AlignmentType AlignmentType.CENTER
          alignment type: center
static AlignmentType AlignmentType.TOP
          alignment type: top
static AlignmentType AlignmentType.TEXTTOP
          alignment type: texttop
static AlignmentType AlignmentType.BOTTOM
          alignment type: bottom
static AlignmentType AlignmentType.BASELINE
          alignment type: baseline
static AlignmentType AlignmentType.ABSMIDDLE
          alignment type: absmiddle
static AlignmentType AlignmentType.MIDDLE
          alignment type: middle
private static AlignmentType[] AlignmentType.ALL
          Collection with all kinds of alignment types
 

Methods in com.cc.framework.ui that return AlignmentType
static AlignmentType AlignmentType.parse(java.lang.String code)
          Creates for the argument an object of type AlignmentType
 

Uses of AlignmentType in com.cc.framework.ui.control
 

Fields in com.cc.framework.ui.control declared as AlignmentType
private  AlignmentType FormMessageElement.alignment
          The horizontal alignment of the form element
private  AlignmentType FormMessageElement.valignment
          The vertical alignment of the form element
private  AlignmentType FormHtmlElement.alignment
          The horizontal alignment of the form element
private  AlignmentType FormHtmlElement.valignment
          The vertical alignment of the form element
private  AlignmentType FormGroupElement.alignment
          The horizontal alignment of the form element
private  AlignmentType FormGroupElement.valignment
          The vertical alignment of the form element
private  AlignmentType FormControlElement.alignment
          The horizontal alignment of the form element
private  AlignmentType FormControlElement.valignment
          The vertical alignment of the form element
private  AlignmentType FormButtonElement.alignment
          The horizontal alignment of the form element
private  AlignmentType FormButtonElement.valignment
          The vertical alignment of the form element
 

Methods in com.cc.framework.ui.control that return AlignmentType
 AlignmentType GaugeControl.getAlignment()
          Returns the alignment for the column
 AlignmentType FormMessageElement.getAlignment()
           
 AlignmentType FormMessageElement.getVAlignment()
           
 AlignmentType FormHtmlElement.getAlignment()
           
 AlignmentType FormHtmlElement.getVAlignment()
           
 AlignmentType FormGroupElement.getAlignment()
           
 AlignmentType FormGroupElement.getVAlignment()
           
 AlignmentType FormElement.getAlignment()
          Returns the horizontal alignment
 AlignmentType FormElement.getVAlignment()
          Returns the vertical alignment
 AlignmentType FormControlElement.getAlignment()
           
 AlignmentType FormControlElement.getVAlignment()
           
 AlignmentType FormButtonElement.getAlignment()
           
 AlignmentType FormButtonElement.getVAlignment()
           
 

Methods in com.cc.framework.ui.control with parameters of type AlignmentType
 void FormMessageElement.setAlignment(AlignmentType alignment)
           
 void FormMessageElement.setVAlignment(AlignmentType valignment)
           
 void FormHtmlElement.setAlignment(AlignmentType alignment)
           
 void FormHtmlElement.setVAlignment(AlignmentType valignment)
           
 void FormGroupElement.setAlignment(AlignmentType alignment)
           
 void FormGroupElement.setVAlignment(AlignmentType valignment)
           
 void FormElement.setAlignment(AlignmentType alignment)
          Specifies the horizontal alignment of the form element within the form left right center
 void FormElement.setVAlignment(AlignmentType valignment)
          Specifies the vertical alignment of the form element within the form top bottom center
 void FormControlElement.setAlignment(AlignmentType alignment)
           
 void FormControlElement.setVAlignment(AlignmentType valignment)
           
 void FormButtonElement.setAlignment(AlignmentType alignment)
           
 void FormButtonElement.setVAlignment(AlignmentType valignment)
           
 

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

Methods in com.cc.framework.ui.model that return AlignmentType
 AlignmentType GaugeDesignModel.getAlignment()
          Returns the alignment for the column
 AlignmentType FormLabelDesignModel.getAlignment()
          Returns the alignment for the label
 AlignmentType ColumnHeaderDesignModel.getAlignment()
          Returns the alignment for the column
 AlignmentType ColumnDesignModel.getAlignment()
          Returns the alignment for the column
 

Methods in com.cc.framework.ui.model with parameters of type AlignmentType
 void GaugeDesignModel.setAlignment(AlignmentType alignment)
          Sets the alignment for the column
 void FormLabelDesignModel.setAlignment(AlignmentType alignment)
          Sets the alignment for the label
 void ColumnHeaderDesignModel.setAlignment(AlignmentType alignment)
          Sets the alignment for the column
 void ColumnDesignModel.setAlignment(AlignmentType alignment)
          Sets the alignment for the column
 

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

Fields in com.cc.framework.ui.model.imp declared as AlignmentType
private  AlignmentType GaugeDesignModelImp.alignment
          The alignment of the text
private  AlignmentType FormLabelDesignModelImp.alignment
          The alignment of the label
private  AlignmentType ColumnHeaderDesignModelImp.alignment
          The alignment of the columnheader
 

Methods in com.cc.framework.ui.model.imp that return AlignmentType
 AlignmentType GaugeDesignModelImp.getAlignment()
           
 AlignmentType FormLabelDesignModelImp.getAlignment()
           
 AlignmentType FormDesignModelImp.getAlignment()
           
 AlignmentType FormDesignModelImp.getVAlignment()
           
 AlignmentType ColumnHeaderDesignModelImp.getAlignment()
           
 AlignmentType ColumnDesignModelImp.getAlignment()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type AlignmentType
 void GaugeDesignModelImp.setAlignment(AlignmentType alignment)
           
 void FormLabelDesignModelImp.setAlignment(AlignmentType alignment)
           
 void FormDesignModelImp.setAlignment(AlignmentType alignment)
           
 void FormDesignModelImp.setVAlignment(AlignmentType valignment)
           
 void ColumnHeaderDesignModelImp.setAlignment(AlignmentType alignment)
           
 void ColumnDesignModelImp.setAlignment(AlignmentType alignment)
           
 

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

Methods in com.cc.framework.ui.model.value that return AlignmentType
static AlignmentType DeferredValue.toAlignment(DeferredValue value, DeferredEnvironment env)
          Converts the given deferred value to a AlignmentType object
 AlignmentType DeferredValue.toAlignment(DeferredEnvironment env)
          Converts the deferred value to a AlignmentType object
 

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

Methods in com.cc.framework.ui.painter that return AlignmentType
 AlignmentType ActionPainter.getImageAlign()
          Returns the alignment of an additional image
 AlignmentType ActionPainter.getImageVAlign()
          Returns the vertical alignment of an additional image
 

Methods in com.cc.framework.ui.painter with parameters of type AlignmentType
 void ActionPainter.setImageAlign(AlignmentType type)
          Sets the alignment of an additional image
 void ActionPainter.setImageVAlign(AlignmentType type)
          Sets the vertical alignment of an additional image
 

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

Fields in com.cc.framework.ui.painter.def declared as AlignmentType
private  AlignmentType DefActionPainter.imageAlign
          Specifies the alignment of the image (in front of / or behind the label)
private  AlignmentType DefActionPainter.imageVAlign
          Specifies the vertical alignment of the image (in front of / or behind the label)
 

Methods in com.cc.framework.ui.painter.def that return AlignmentType
 AlignmentType DefActionPainter.getImageAlign()
           
 AlignmentType DefActionPainter.getImageVAlign()
           
 

Methods in com.cc.framework.ui.painter.def with parameters of type AlignmentType
protected  org.apache.ecs.ConcreteElement DefSchedulerPainter.doCreateFrames(AlignmentType alignmentFilter)
          Creates a frame container with all frames that match the given filter
 org.apache.ecs.ConcreteElement DefPainterBase.createHelpElement(java.lang.String helpId, java.lang.String imageResourceId, AlignmentType align)
          Creates a Help-Button with the given Help Id
static org.apache.ecs.ConcreteElement DefPainterBase.createHelpElement(PainterContext ctx, java.lang.String helpId, java.lang.String imageResourceId, AlignmentType align)
          Creates a Help-Button with the given Help Id
protected  org.apache.ecs.ConcreteElement DefListPainter.doCreateFrames(AlignmentType alignmentFilter)
          Creates a frame container with all frames that match the given filter
protected  org.apache.ecs.ConcreteElement DefFormPainter.doCreateFrames(AlignmentType alignmentFilter)
          Creates a frame container with all frames that match the given filter
 void DefActionPainter.setImageAlign(AlignmentType type)
           
 void DefActionPainter.setImageVAlign(AlignmentType type)
           
 



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