com.centrasite.control.ui.util
Class HELPTEXTPROVIDERUtil

java.lang.Object
  extended by com.centrasite.control.ui.util.HELPTEXTPROVIDERUtil

public class HELPTEXTPROVIDERUtil
extends java.lang.Object

Control utility object that is the server-side representant of widget HELPTEXTPROVIDER.


Constructor Summary
HELPTEXTPROVIDERUtil()
           
 
Method Summary
 BaseAdapter findOwner()
          Retrieving method for property owner
 void onHelp()
          Provides for the help text in pop-up window.
 void setLocale(java.util.Locale value)
          Setter method property locale
 void setOwner(BaseAdapter value)
          Setter method property owner
 void setTextid(java.lang.String textid)
          Setter method property textid
 void setValueprop(java.lang.String valueprop)
          Setter method property valueprop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HELPTEXTPROVIDERUtil

public HELPTEXTPROVIDERUtil()
Method Detail

findOwner

public BaseAdapter findOwner()
Retrieving method for property owner


setOwner

public void setOwner(BaseAdapter value)
Setter method property owner


setLocale

public void setLocale(java.util.Locale value)
Setter method property locale


setTextid

public void setTextid(java.lang.String textid)
Setter method property textid


setValueprop

public void setValueprop(java.lang.String valueprop)
Setter method property valueprop


onHelp

public void onHelp()
Provides for the help text in pop-up window.