|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementLayoutDefinition
Abstract class ElementLayoutDefinition
| Method Summary | |
|---|---|
List<Integer> |
getColumnBreakAtElement()
Retrieves a list containing all the elements for the attribute columnBreakAtElement. |
List<Integer> |
getColumnSizeMax()
Retrieves a list containing all the elements for the attribute columnSizeMax. |
List<Integer> |
getColumnSizeMin()
Retrieves a list containing all the elements for the attribute columnSizeMin. |
void |
setColumnBreakAtElement(List<Integer> columnBreakAtElement)
Clears columnBreakAtElement and adds the members of the
given List. |
void |
setColumnSizeMax(List<Integer> columnSizeMax)
Clears columnSizeMax and adds the members of the given
List. |
void |
setColumnSizeMin(List<Integer> columnSizeMin)
Clears columnSizeMin and adds the members of the given
List. |
| Methods inherited from interface org.openmdx.ui1.cci2.ElementLayoutDefinition |
|---|
isVerticalFill, setColumnBreakAtElement, setColumnSizeMax, setColumnSizeMin, setVerticalFill |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
List<Integer> getColumnBreakAtElement()
columnBreakAtElement.
getColumnBreakAtElement in interface ElementLayoutDefinitionvoid setColumnBreakAtElement(List<Integer> columnBreakAtElement)
columnBreakAtElement and adds the members of the
given List.
This method is equivalent to
list.clear(); list.addAll(columnBreakAtElement);Note: This is an extension to the JMI 1 standard.
columnBreakAtElement - collection to be copied.List<Integer> getColumnSizeMax()
columnSizeMax.
getColumnSizeMax in interface ElementLayoutDefinitionvoid setColumnSizeMax(List<Integer> columnSizeMax)
columnSizeMax and adds the members of the given
List.
This method is equivalent to
list.clear(); list.addAll(columnSizeMax);Note: This is an extension to the JMI 1 standard.
columnSizeMax - collection to be copied.List<Integer> getColumnSizeMin()
columnSizeMin.
getColumnSizeMin in interface ElementLayoutDefinitionvoid setColumnSizeMin(List<Integer> columnSizeMin)
columnSizeMin and adds the members of the given
List.
This method is equivalent to
list.clear(); list.addAll(columnSizeMin);Note: This is an extension to the JMI 1 standard.
columnSizeMin - collection to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||