public class AddConsumerApplicationAdapter.IpAddressItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess
Constructor and Description |
---|
IpAddressItem(AddConsumerApplicationAdapter owner) |
Modifier and Type | Method and Description |
---|---|
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) |
public IpAddressItem(AddConsumerApplicationAdapter owner)
owner
- public void enableTo()
public java.lang.String getFromstatus()
public void setFromstatus(java.lang.String value)
public java.lang.String getTostatus()
public void setTostatus(java.lang.String value)
public void onLineAdd()
public void onLineRemove()
public com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
public void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
public boolean getOnLineAddVisible()
public boolean getOnLineRemoveVisible()
public boolean getSelected()
getSelected
in class com.softwareag.cis.server.util.SelectableLine
public void setSelected(boolean value)
setSelected
in class com.softwareag.cis.server.util.SelectableLine
public java.lang.String[] findDynamicAccessProperties()
findDynamicAccessProperties
in interface com.softwareag.cis.server.IDynamicAccess
public java.lang.Class getClassForProperty(java.lang.String arg0)
getClassForProperty
in interface com.softwareag.cis.server.IDynamicAccess
public java.lang.Object getPropertyValue(java.lang.String propertyName)
getPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
propertyName
- - name of the dynamic property.public void invokeMethod(java.lang.String arg0)
invokeMethod
in interface com.softwareag.cis.server.IDynamicAccess
public void setPropertyValue(java.lang.String propertyName, java.lang.Object value)
setPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
propertyName
- - name of the dynamic property.value
- - value of the dynamic property.