org.openmdx.ui1.cci2
Interface ContainerField

All Superinterfaces:
AbstractField, org.openmdx.base.cci2.BasicObject, Container, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, LabelledField, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
ContainerField, FieldGroup, FieldGroup, ObjectContainer, ObjectContainer
All Known Implementing Classes:
FieldGroup, ObjectContainer

public interface ContainerField
extends Container, LabelledField

Abstract class ContainerField


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 String getDataBindingName()
          Retrieves the possibly null value for the optional attribute dataBindingName.
 Integer getShowMaxMember()
          Retrieves the possibly null value for the optional attribute showMaxMember.
 Boolean isInPlaceEditable()
          Retrieves the possibly null value for the optional attribute inPlaceEditable.
 void setDataBindingName(String dataBindingName)
          Sets a new value for the attribute dataBindingName.
 void setInPlaceEditable(Boolean inPlaceEditable)
          Sets a new value for the attribute inPlaceEditable.
 void setShowMaxMember(Integer showMaxMember)
          Sets a new value for the attribute showMaxMember.
 
Methods inherited from interface org.openmdx.ui1.cci2.Container
getMember
 
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, 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, getView
 

Method Detail

getDataBindingName

String getDataBindingName()
Retrieves the possibly null value for the optional attribute dataBindingName.

Returns:
The possibly null value for attribute dataBindingName.

setDataBindingName

void setDataBindingName(String dataBindingName)
Sets a new value for the attribute dataBindingName.

Parameters:
dataBindingName - The possibly null new value for attribute dataBindingName.

isInPlaceEditable

Boolean isInPlaceEditable()
Retrieves the possibly null value for the optional attribute inPlaceEditable.

Returns:
The possibly null value for attribute inPlaceEditable.

setInPlaceEditable

void setInPlaceEditable(Boolean inPlaceEditable)
Sets a new value for the attribute inPlaceEditable.

Parameters:
inPlaceEditable - The possibly null new value for attribute inPlaceEditable.

getShowMaxMember

Integer getShowMaxMember()
Retrieves the possibly null value for the optional attribute showMaxMember.

Returns:
The possibly null value for attribute showMaxMember.

setShowMaxMember

void setShowMaxMember(Integer showMaxMember)
Sets a new value for the attribute showMaxMember.

Parameters:
showMaxMember - The possibly null new value for attribute showMaxMember.


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