org.apache.myfaces.tobago.facelets.extension
Class SelectManyShuttleExtensionHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by javax.faces.view.facelets.MetaTagHandler
          extended by javax.faces.view.facelets.DelegatingMetaTagHandler
              extended by javax.faces.view.facelets.ComponentHandler
                  extended by org.apache.myfaces.tobago.facelets.extension.TobagoLabelExtensionHandler
                      extended by org.apache.myfaces.tobago.facelets.extension.SelectManyShuttleExtensionHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class SelectManyShuttleExtensionHandler
extends TobagoLabelExtensionHandler


Field Summary
 
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
delegateFactory
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
SelectManyShuttleExtensionHandler(javax.faces.view.facelets.ComponentConfig config)
           
 
Method Summary
protected  String getRows()
           
protected  String getSubComponentType()
           
protected  String getSubRendererType()
           
 
Methods inherited from class org.apache.myfaces.tobago.facelets.extension.TobagoLabelExtensionHandler
applyNextHandler, createMetaRuleset, createSubComponentMetaRuleset, enrichInput, getColumns, onComponentCreated, onComponentPopulated
 
Methods inherited from class javax.faces.view.facelets.ComponentHandler
getComponentConfig, getTagHandlerDelegate, isNew
 
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectManyShuttleExtensionHandler

public SelectManyShuttleExtensionHandler(javax.faces.view.facelets.ComponentConfig config)
Method Detail

getSubComponentType

protected String getSubComponentType()
Specified by:
getSubComponentType in class TobagoLabelExtensionHandler

getSubRendererType

protected String getSubRendererType()
Specified by:
getSubRendererType in class TobagoLabelExtensionHandler

getRows

protected String getRows()
Overrides:
getRows in class TobagoLabelExtensionHandler


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.