org.richfaces.renderkit
Class ClientSelectItem

java.lang.Object
  extended by org.richfaces.renderkit.ClientSelectItem
All Implemented Interfaces:
org.ajax4jsf.javascript.ScriptString

public final class ClientSelectItem
extends Object
implements org.ajax4jsf.javascript.ScriptString


Constructor Summary
ClientSelectItem(String convertedValue, String label)
           
ClientSelectItem(String convertedValue, String label, String clientId)
           
 
Method Summary
 void appendScript(Appendable target)
           
 void appendScriptToStringBuilder(StringBuilder stringBuilder)
           
 String getClientId()
           
 String getConvertedValue()
           
 String getLabel()
           
 void setClientId(String clientId)
           
 String toScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSelectItem

public ClientSelectItem(String convertedValue,
                        String label)

ClientSelectItem

public ClientSelectItem(String convertedValue,
                        String label,
                        String clientId)
Method Detail

getClientId

public String getClientId()

setClientId

public void setClientId(String clientId)

getLabel

public String getLabel()

getConvertedValue

public String getConvertedValue()

appendScript

public void appendScript(Appendable target)
                  throws IOException
Specified by:
appendScript in interface org.ajax4jsf.javascript.ScriptString
Throws:
IOException

appendScriptToStringBuilder

public void appendScriptToStringBuilder(StringBuilder stringBuilder)
Specified by:
appendScriptToStringBuilder in interface org.ajax4jsf.javascript.ScriptString

toScript

public String toScript()
Specified by:
toScript in interface org.ajax4jsf.javascript.ScriptString


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.