com.centrasite.control.administration.consumerapplication.adapters
Class AddConsumerApplicationAdapter.IpAddressItem

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

public class AddConsumerApplicationAdapter.IpAddressItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess


Constructor Summary
AddConsumerApplicationAdapter.IpAddressItem(AddConsumerApplicationAdapter owner)
           
 
Method Summary
 void enableTo()
          This method will be called whenever you press any key in the from field
 java.lang.String[] findDynamicAccessProperties()
           
 java.lang.Class getClassForProperty(java.lang.String arg0)
           
 java.lang.String getFromstatus()
          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 getTostatus()
          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 setFromstatus(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 setTostatus(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddConsumerApplicationAdapter.IpAddressItem

public AddConsumerApplicationAdapter.IpAddressItem(AddConsumerApplicationAdapter owner)
Parameters:
owner -
Method Detail

enableTo

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


getFromstatus

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


setFromstatus

public void setFromstatus(java.lang.String value)

getTostatus

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


setTostatus

public void setTostatus(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.