com.centrasite.control.adapters
Class EditXMLResourceContentAdapter.ListContentTypeItem

java.lang.Object
  extended by com.softwareag.cis.server.util.SelectableLine
      extended by com.centrasite.control.adapters.EditXMLResourceContentAdapter.ListContentTypeItem
All Implemented Interfaces:
com.softwareag.cis.server.IDynamicAccess
Enclosing class:
EditXMLResourceContentAdapter

public class EditXMLResourceContentAdapter.ListContentTypeItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess


Constructor Summary
EditXMLResourceContentAdapter.ListContentTypeItem(EditXMLResourceContentAdapter owner)
           
 
Method Summary
 void contentChange()
           
 java.lang.String[] findDynamicAccessProperties()
           
 boolean getAddContactVisible()
           
 java.lang.Class getClassForProperty(java.lang.String arg0)
           
 java.lang.String getContentType()
           
 com.softwareag.cis.server.util.COMBODYNValidValues getFieldNameValidValues()
           
 com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
           
 java.lang.Object getPropertyValue(java.lang.String arg0)
           
 boolean getRemoveContactVisible()
           
 boolean getSelected()
           
 void invokeMethod(java.lang.String arg0)
           
 void onLineAdd()
           
 void onLineRemove()
           
 void setContentType(java.lang.String value)
           
 void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
           
 void setPropertyValue(java.lang.String arg0, java.lang.Object arg1)
           
 void setSelected(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditXMLResourceContentAdapter.ListContentTypeItem

public EditXMLResourceContentAdapter.ListContentTypeItem(EditXMLResourceContentAdapter owner)
Method Detail

getLineMetaInfo

public com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()

setLineMetaInfo

public void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)

getSelected

public boolean getSelected()
Overrides:
getSelected in class com.softwareag.cis.server.util.SelectableLine

setSelected

public void setSelected(boolean value)
Overrides:
setSelected in class com.softwareag.cis.server.util.SelectableLine

getContentType

public java.lang.String getContentType()

setContentType

public void setContentType(java.lang.String value)

getFieldNameValidValues

public com.softwareag.cis.server.util.COMBODYNValidValues getFieldNameValidValues()

onLineAdd

public void onLineAdd()

onLineRemove

public void onLineRemove()

contentChange

public void contentChange()

getAddContactVisible

public boolean getAddContactVisible()

getRemoveContactVisible

public boolean getRemoveContactVisible()

findDynamicAccessProperties

public java.lang.String[] findDynamicAccessProperties()
Specified by:
findDynamicAccessProperties in interface com.softwareag.cis.server.IDynamicAccess

getClassForProperty

public java.lang.Class getClassForProperty(java.lang.String arg0)
Specified by:
getClassForProperty in interface com.softwareag.cis.server.IDynamicAccess

getPropertyValue

public java.lang.Object getPropertyValue(java.lang.String arg0)
Specified by:
getPropertyValue in interface com.softwareag.cis.server.IDynamicAccess

invokeMethod

public void invokeMethod(java.lang.String arg0)
Specified by:
invokeMethod in interface com.softwareag.cis.server.IDynamicAccess

setPropertyValue

public void setPropertyValue(java.lang.String arg0,
                             java.lang.Object arg1)
Specified by:
setPropertyValue in interface com.softwareag.cis.server.IDynamicAccess