TagValue Interface

com.bea.wlw.netui.tags
TagValue Interface

public interface TagValue

Method Summary

public Object
getTagValue()
Get the value of the tag (the 'text' of a TextBox, for example)
public void
setTagValue(Object value)
Set the value of the tag (the 'text' of a TextBox, for example)

Method Detail

getTagValue() Method

public Object getTagValue()
Get the value of the tag (the 'text' of a TextBox, for example)


setTagValue(Object) Method

public void setTagValue(Object value)
Set the value of the tag (the 'text' of a TextBox, for example)