|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTagBase
javax.faces.webapp.UIComponentClassicTagBase
javax.faces.webapp.UIComponentTag
javax.faces.webapp.UIComponentBodyTag
ilog.views.faces.taglib.IlvBaseTag
ilog.views.faces.taglib.IlvInteractorTag
ilog.views.faces.dhtml.taglib.IlvObjectSelectInteractorTag
ilog.views.faces.dhtml.taglib.IlvFacesObjectSelectInteractorTag
public class IlvFacesObjectSelectInteractorTag
This class defines the JSP custom tag handler for the IlvFacesObjectSelectInteractor component and its DHTML renderer.
| Field Summary |
|---|
| Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase |
|---|
bodyContent, pageContext, UNIQUE_ID_PREFIX |
| Fields inherited from class javax.faces.webapp.UIComponentTagBase |
|---|
log |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Constructor Summary | |
|---|---|
IlvFacesObjectSelectInteractorTag()
Creates a new IlvFacesObjectSelectInteractorTag instance. |
|
| Method Summary | |
|---|---|
String |
getComponentType()
Returns the component type for the component that is or will be bound to this tag. |
protected IlvObjectSelectedFinder |
getDefaultObjectSelectedFinder()
Return the default IlvObjectSelectedFinder instance if no specified instance is provided. |
String |
getRendererType()
Return the |
| Methods inherited from class ilog.views.faces.dhtml.taglib.IlvObjectSelectInteractorTag |
|---|
getAutoSubmit, getInvocationContext, getObjectSelectedFinder, getValueChangeListener, setAutoSubmit, setInvocationContext, setObjectSelectedFinder, setProperties, setValueChangeListener |
| Methods inherited from class ilog.views.faces.taglib.IlvInteractorTag |
|---|
getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage |
| Methods inherited from class ilog.views.faces.taglib.IlvBaseTag |
|---|
setProperty, setVBProperty, testSetProperties |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
|---|
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, release, setBinding, setRendered |
| Methods inherited from class javax.faces.webapp.UIComponentTagBase |
|---|
getELContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public IlvFacesObjectSelectInteractorTag()
IlvFacesObjectSelectInteractorTag instance.
| Method Detail |
|---|
public String getComponentType()
Returns the component type for the component that is or will be bound to this tag.
This implementation returns null, subclasses must
override this method to return the appropriate value.
getComponentType in class IlvBaseTagpublic String getRendererType()
Return the rendererType property that selects the
Renderer to be used for encoding this component, or
null to ask the component to render itself directly.
This implementation return null, subclasses must override
this method to return the appropriate value.
getRendererType in class IlvBaseTagprotected IlvObjectSelectedFinder getDefaultObjectSelectedFinder()
IlvObjectSelectedFinder instance if no specified instance is provided.
getDefaultObjectSelectedFinder in class IlvObjectSelectInteractorTagIlvObjectSelectedFinder instance.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||