org.apache.myfaces.trinidaddemo.composite
Class CompositeTest
java.lang.Object
org.apache.myfaces.trinidaddemo.composite.CompositeTest
public class CompositeTest
- extends Object
|
Nested Class Summary |
static class |
CompositeTest.ForceRendererType
Turns out there's no easy way to simply replace the renderer
for a control like UIInput; UIComponentTag will call setRendererType()
after consulting the "binding" attribute, overriding anything
done in either the getter or setter. |
|
Method Summary |
javax.faces.component.UIComponent |
getDateInput()
|
void |
setDateInput(javax.faces.component.UIComponent dateInput)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeTest
public CompositeTest()
getDateInput
public javax.faces.component.UIComponent getDateInput()
setDateInput
public void setDateInput(javax.faces.component.UIComponent dateInput)
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.