com.centrasite.control.adapters.detailview.dynamicprofile
Interface DynamicLine

All Known Implementing Classes:
AssociationAttributeLine, BaseAttributeLine, BooleanLine, ClassificationAttributeLine, DateAttributeLine, DateTimeAttributeLine, DoubleAttributeLine, DurationAttributeLine, EmailAttributeLine, FileAttributeLine, IntegerAttributeLine, InternationalMultilinestringAttributeLine, InternationalStringAttributeLine, IPv4AttributeLine, IPv6AttributeLine, JaxrExpirationAttributeLine, JaxrStabilityAttributeLine, JaxrStatusAttributeLine, JaxrVersionAttributeLine, KeyAttributeLine, MultilineStringAttributeLine, NumericAttributeLine, RelationAttributeLine, RichTextAttributeLine, ServiceLocalNameAttributeLine, ServiceNamespaceAttributeLine, SlotTypeAttributeLine, StringAttributeLine, TimeAttributeLine, URLAttributeLine, XMLSchemaNamespaceAttributeLine

public interface DynamicLine

Interface for UI item lines used in dynamic layouts.


Method Summary
 void buildUI(java.lang.StringBuffer layout)
          Adds the corresponding layout text for this line.
 java.lang.String getNCName()
           
 boolean isModified()
          Checks if this line has been modified.
 boolean isReadOnly()
          Checks if this line displays read-only data.
 void passivate()
          Applies any pending changes.
 void revert()
          Reverts any changes.
 void setNCName(java.lang.String attrName)
           
 void setReadOnly(boolean readOnly)
          Sets the read-only flag.
 

Method Detail

buildUI

void buildUI(java.lang.StringBuffer layout)
Adds the corresponding layout text for this line.

Parameters:
layout - The layout string used for adding the contents of this line.

isModified

boolean isModified()
Checks if this line has been modified.

Returns:
boolean

isReadOnly

boolean isReadOnly()
Checks if this line displays read-only data.

Returns:
boolean

setReadOnly

void setReadOnly(boolean readOnly)
Sets the read-only flag.

Parameters:
readOnly -

passivate

void passivate()
Applies any pending changes.


revert

void revert()
Reverts any changes.


setNCName

void setNCName(java.lang.String attrName)

getNCName

java.lang.String getNCName()