org.openmdx.ui1.cci
Interface ElementLayoutDefinition

All Superinterfaces:
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
All Known Implementing Classes:
ElementLayoutDefinitionImpl, FieldGroupImpl, OperationTabImpl, TabImpl

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


Method Summary
 List getColumnBreakAtElement()
           
 int getColumnBreakAtElement(int index)
           
 List getColumnSizeMax()
           
 int getColumnSizeMax(int index)
           
 List getColumnSizeMin()
           
 int getColumnSizeMin(int index)
           
 boolean isVerticalFill()
          Retrieves the value for the attribute verticalFill.
 void setColumnBreakAtElement(int[] newValue)
           
 void setColumnBreakAtElement(List newValue)
           
 void setColumnSizeMax(int[] newValue)
           
 void setColumnSizeMax(List newValue)
           
 void setColumnSizeMin(int[] newValue)
           
 void setColumnSizeMin(List newValue)
           
 void setVerticalFill(boolean newValue)
          Sets a new value for the attribute verticalFill.
 
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 getColumnBreakAtElement()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getColumnBreakAtElement

int getColumnBreakAtElement(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setColumnBreakAtElement

void setColumnBreakAtElement(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setColumnBreakAtElement

void setColumnBreakAtElement(int[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getColumnSizeMax

List getColumnSizeMax()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getColumnSizeMax

int getColumnSizeMax(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setColumnSizeMax

void setColumnSizeMax(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setColumnSizeMax

void setColumnSizeMax(int[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getColumnSizeMin

List getColumnSizeMin()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getColumnSizeMin

int getColumnSizeMin(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setColumnSizeMin

void setColumnSizeMin(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setColumnSizeMin

void setColumnSizeMin(int[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

isVerticalFill

boolean isVerticalFill()
Retrieves the value for the attribute verticalFill.

Returns:
The non-null value for attribute verticalFill.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setVerticalFill

void setVerticalFill(boolean newValue)
Sets a new value for the attribute verticalFill.

Parameters:
newValue - The non-null new value for attribute verticalFill.
Throws:
JmiException - If the value cannot be set for some reason.


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