org.openmdx.ui1.cci
Interface AssertableInspector

All Superinterfaces:
BasicObject, ContextCapable, ExtentCapable, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.base.accessor.jmi.cci.RefObject_1_0, ViewCapable
All Known Implementing Classes:
AssertableInspectorImpl

public interface AssertableInspector
extends BasicObject


Method Summary
 String getBackColor()
           
 String getColor()
           
 String getForClass()
          Retrieves the value for the attribute forClass.
 String getIconKey()
          Retrieves the value for the attribute iconKey.
 List getLabel()
           
 String getLabel(int index)
           
 List getOrder()
           
 int getOrder(int index)
           
 List getToolTip()
           
 String getToolTip(int index)
           
 boolean isChangeable()
          Retrieves the value for the attribute changeable.
 boolean isFilterable()
          Retrieves the value for the attribute filterable.
 boolean isSortable()
          Retrieves the value for the attribute sortable.
 void setBackColor(String newValue)
          Sets a new value for the attribute backColor.
 void setChangeable(boolean newValue)
          Sets a new value for the attribute changeable.
 void setColor(String newValue)
          Sets a new value for the attribute color.
 void setFilterable(boolean newValue)
          Sets a new value for the attribute filterable.
 void setForClass(String newValue)
          Sets a new value for the attribute forClass.
 void setIconKey(String newValue)
          Sets a new value for the attribute iconKey.
 void setLabel(List newValue)
           
 void setLabel(String[] newValue)
           
 void setOrder(int[] newValue)
           
 void setOrder(List newValue)
           
 void setSortable(boolean newValue)
          Sets a new value for the attribute sortable.
 void setToolTip(List newValue)
           
 void setToolTip(String[] newValue)
           
 
Methods inherited from interface org.openmdx.base.cci.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapable
getContext, getContext
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable
getView, getView, getView, getView
 
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

getBackColor

String getBackColor()
Returns:
The possibly null value for attribute backColor.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setBackColor

void setBackColor(String newValue)
Sets a new value for the attribute backColor.

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

isChangeable

boolean isChangeable()
Retrieves the value for the attribute changeable.

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

setChangeable

void setChangeable(boolean newValue)
Sets a new value for the attribute changeable.

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

getColor

String getColor()
Returns:
The possibly null value for attribute color.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setColor

void setColor(String newValue)
Sets a new value for the attribute color.

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

isFilterable

boolean isFilterable()
Retrieves the value for the attribute filterable.

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

setFilterable

void setFilterable(boolean newValue)
Sets a new value for the attribute filterable.

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

getForClass

String getForClass()
Retrieves the value for the attribute forClass.

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

setForClass

void setForClass(String newValue)
Sets a new value for the attribute forClass.

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

getIconKey

String getIconKey()
Retrieves the value for the attribute iconKey.

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

setIconKey

void setIconKey(String newValue)
Sets a new value for the attribute iconKey.

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

getLabel

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

getLabel

String getLabel(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.

setLabel

void setLabel(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.

setLabel

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

getOrder

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

getOrder

int getOrder(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.

setOrder

void setOrder(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.

setOrder

void setOrder(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.

isSortable

boolean isSortable()
Retrieves the value for the attribute sortable.

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

setSortable

void setSortable(boolean newValue)
Sets a new value for the attribute sortable.

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

getToolTip

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

getToolTip

String getToolTip(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.

setToolTip

void setToolTip(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.

setToolTip

void setToolTip(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values 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.