|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wheel.components.RenderableComponentConfiguration
public class RenderableComponentConfiguration
Constructor Summary | |
---|---|
RenderableComponentConfiguration(RenderableComponent forComponent)
|
Method Summary | |
---|---|
boolean |
isRenderId()
Returns true if this component should render its componentId as id-attribute in the xhtml-code. |
boolean |
isRenderSelf()
Returns true if this component should render its opening and closing tags. |
boolean |
isUseXhtml()
Returns true if the component is using xhtml-mode. |
boolean |
isVisible()
|
RenderableComponentConfiguration |
setRenderId(boolean renderId)
Calling this method with false is useful when you want to suppress id-attribute for a single component. |
RenderableComponentConfiguration |
setRenderSelf(boolean renderSelf)
|
RenderableComponentConfiguration |
setUseXhtml(boolean useXhtml)
Sets the xhtml-mode. |
RenderableComponentConfiguration |
setVisible(boolean visible)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderableComponentConfiguration(RenderableComponent forComponent)
Method Detail |
---|
public boolean isRenderId()
public RenderableComponentConfiguration setRenderId(boolean renderId)
renderId
- public boolean isRenderSelf()
public RenderableComponentConfiguration setRenderSelf(boolean renderSelf)
renderSelf
- this#isRenderSelf()
public boolean isUseXhtml()
public RenderableComponentConfiguration setUseXhtml(boolean useXhtml)
useXhtml
- public boolean isVisible()
public RenderableComponentConfiguration setVisible(boolean visible)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |