BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags
Interface TagValue


public interface TagValue


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

Method Detail

getTagValue

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


setTagValue

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


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.