org.openmdx.ui1.jmi1
Interface ElementLayoutDefinition

All Superinterfaces:
ElementLayoutDefinition, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
All Known Subinterfaces:
FieldGroup, OperationTab, Tab

public interface ElementLayoutDefinition
extends ElementLayoutDefinition, org.openmdx.base.accessor.jmi.cci.RefObject_1_0

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

getColumnBreakAtElement

List<Integer> getColumnBreakAtElement()
Retrieves a list containing all the elements for the attribute columnBreakAtElement.

Specified by:
getColumnBreakAtElement in interface ElementLayoutDefinition
Returns:
A list containing all elements for this attribute.

setColumnBreakAtElement

void setColumnBreakAtElement(List<Integer> columnBreakAtElement)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
columnBreakAtElement - collection to be copied.

getColumnSizeMax

List<Integer> getColumnSizeMax()
Retrieves a list containing all the elements for the attribute columnSizeMax.

Specified by:
getColumnSizeMax in interface ElementLayoutDefinition
Returns:
A list containing all elements for this attribute.

setColumnSizeMax

void setColumnSizeMax(List<Integer> columnSizeMax)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
columnSizeMax - collection to be copied.

getColumnSizeMin

List<Integer> getColumnSizeMin()
Retrieves a list containing all the elements for the attribute columnSizeMin.

Specified by:
getColumnSizeMin in interface ElementLayoutDefinition
Returns:
A list containing all elements for this attribute.

setColumnSizeMin

void setColumnSizeMin(List<Integer> columnSizeMin)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
columnSizeMin - collection to be copied.


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