com.centrasite.control.adapters.detailview.dynamicprofile
Class AssociationAttributeLine

java.lang.Object
  extended by com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
      extended by com.centrasite.control.adapters.detailview.dynamicprofile.AssociationAttributeLine
All Implemented Interfaces:
DynamicLine
Direct Known Subclasses:
ClassificationAttributeLine, FileAttributeLine, RelationAttributeLine

public abstract class AssociationAttributeLine
extends BaseAttributeLine


Field Summary
 
Fields inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
COLUMN_WIDTH_ACTION, COLUMN_WIDTH_ATTRIBUTE, COLUMN_WIDTH_VALUE, isBrowserChrome, isBrowserFire, TOTAL_WIDTH
 
Constructor Summary
AssociationAttributeLine(AttributeLineContext context)
           
 
Method Summary
 com.centrasite.jaxr.assettype.AssociationAttribute getAssociationAttribute()
           
 void onClickCancel()
          Adds slot to the given registry object for referencing the native representation of the attribute.
 void onClickCancel(java.util.Collection items)
           
 
Methods inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
buildUI, getActionContext, getAsset, getAttribute, getAttributeContext, getDescription, getIndex, getLineAddVisible, getLineRemoveVisible, getName, getNCName, getSelected, getShowAttributeName, getUnitLabel, getValues, hasAction, isModified, isMultiValue, isPrefix, isReadOnly, isRequired, modified, onLineAdd, onLineRemove, passivate, revert, setAttributeContext, setModified, setNCName, setReadOnly, setValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationAttributeLine

public AssociationAttributeLine(AttributeLineContext context)
Method Detail

getAssociationAttribute

public com.centrasite.jaxr.assettype.AssociationAttribute getAssociationAttribute()

onClickCancel

public void onClickCancel()
Adds slot to the given registry object for referencing the native representation of the attribute. This is needed later for determining which objects represent the attribute.

Parameters:
ro -

onClickCancel

public void onClickCancel(java.util.Collection items)