com.centrasite.control.administration.consumerapplication.adapters
Class EditConsumerApplicationAdapter.IpV6AddressItem

java.lang.Object
  extended by com.softwareag.cis.server.util.SelectableLine
      extended by com.centrasite.control.administration.consumerapplication.adapters.EditConsumerApplicationAdapter.IpV6AddressItem
All Implemented Interfaces:
com.softwareag.cis.server.IDynamicAccess
Enclosing class:
EditConsumerApplicationAdapter

public class EditConsumerApplicationAdapter.IpV6AddressItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess


Constructor Summary
EditConsumerApplicationAdapter.IpV6AddressItem(EditConsumerApplicationAdapter owner)
           
 
Method Summary
 void enableTo()
          This method will be called whenever you press any key in the text field
 java.lang.String[] findDynamicAccessProperties()
           
 java.lang.Class getClassForProperty(java.lang.String arg0)
           
 java.lang.String getFromstatusV6()
          getTostatus - called to get the status of the text field
 com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
           
 boolean getOnLineAddVisible()
           
 boolean getOnLineRemoveVisible()
           
 java.lang.Object getPropertyValue(java.lang.String propertyName)
          getPropertyValue - called to get the dynamic property value
 boolean getSelected()
           
 java.lang.String getTostatusV6()
          getTostatus - called to get the status of the text field
 void invokeMethod(java.lang.String arg0)
           
 void onLineAdd()
          onLineAdd - called to add the new set of IPAddress
 void onLineRemove()
          onLineRemove - called to remove the current set of IP Address
 void pageModified()
           
 void setFromstatusV6(java.lang.String value)
           
 void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
           
 void setPropertyValue(java.lang.String propertyName, java.lang.Object value)
          setPropertyValue - called to set the value for dynamic property
 void setSelected(boolean value)
           
 void setTostatusV6(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditConsumerApplicationAdapter.IpV6AddressItem

public EditConsumerApplicationAdapter.IpV6AddressItem(EditConsumerApplicationAdapter owner)
Parameters:
owner -
Method Detail

pageModified

public void pageModified()

enableTo

public void enableTo()
This method will be called whenever you press any key in the text field


getFromstatusV6

public java.lang.String getFromstatusV6()
getTostatus - called to get the status of the text field


setFromstatusV6

public void setFromstatusV6(java.lang.String value)

getTostatusV6

public java.lang.String getTostatusV6()
getTostatus - called to get the status of the text field


setTostatusV6

public void setTostatusV6(java.lang.String value)

onLineAdd

public void onLineAdd()
onLineAdd - called to add the new set of IPAddress


onLineRemove

public void onLineRemove()
onLineRemove - called to remove the current set of IP Address


getLineMetaInfo

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

setLineMetaInfo

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

getOnLineAddVisible

public boolean getOnLineAddVisible()

getOnLineRemoveVisible

public boolean getOnLineRemoveVisible()

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

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 propertyName)
getPropertyValue - called to get the dynamic property value

Specified by:
getPropertyValue in interface com.softwareag.cis.server.IDynamicAccess
Parameters:
propertyName - - name of the dynamic property.

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 propertyName,
                             java.lang.Object value)
setPropertyValue - called to set the value for dynamic property

Specified by:
setPropertyValue in interface com.softwareag.cis.server.IDynamicAccess
Parameters:
propertyName - - name of the dynamic property.
value - - value of the dynamic property.