public class EditConsumerApplicationAdapter.HostNameItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
findDynamicAccessProperties() |
java.lang.Class |
getClassForProperty(java.lang.String arg0) |
java.lang.String |
getHoststatus()
getHoststatus - 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) |
boolean |
getSelected() |
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 |
setHoststatus(java.lang.String value) |
void |
setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value) |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value) |
void |
setSelected(boolean value) |
public com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
public void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
public void pageModified()
public boolean getOnLineAddVisible()
public boolean getOnLineRemoveVisible()
public void onLineAdd()
public void onLineRemove()
public java.lang.String getHoststatus()
public void setHoststatus(java.lang.String value)
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
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