org.openmdx.ui1.cci2
Interface CheckBox

All Superinterfaces:
AbstractField, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, LabelledField, ValuedField, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
CheckBox
All Known Implementing Classes:
CheckBox

public interface CheckBox
extends ValuedField

Class CheckBox


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 boolean isThreeState()
          Retrieves the value for the attribute threeState.
 void setThreeState(boolean threeState)
          Sets a new value for the attribute threeState.
 
Methods inherited from interface org.openmdx.ui1.cci2.ValuedField
getDataBindingName, getDefaultValue, getEventHandler, getFeatureName, getMultiplicity, getQualifiedFeatureName, getSkipRow, getSpanRow, isFilterable, isSortable, setDataBindingName, setDefaultValue, setEventHandler, setFeatureName, setFilterable, setMultiplicity, setQualifiedFeatureName, setSkipRow, setSortable, setSpanRow
 
Methods inherited from interface org.openmdx.ui1.cci2.LabelledField
getLabel, getShortLabel, setLabel, setShortLabel
 
Methods inherited from interface org.openmdx.ui1.cci2.AbstractField
getBackColor, getColor, getFontColor, getFontName, getFontSize, isFontBold, isFontItalic, isFontStrikeout, isFontUnderline, setBackColor, setColor, setFontBold, setFontColor, setFontItalic, setFontName, setFontSize, setFontStrikeout, setFontUnderline
 
Methods inherited from interface org.openmdx.ui1.cci2.Element
getIconKey, getMimeType, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setSegment, setSegment, setToolTip
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

isThreeState

boolean isThreeState()
Retrieves the value for the attribute threeState.

Returns:
The non-null value for attribute threeState.

setThreeState

void setThreeState(boolean threeState)
Sets a new value for the attribute threeState.

Parameters:
threeState - The non-null new value for attribute threeState.


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.