org.apache.myfaces.html5.component.properties
Interface PrependIdProperty

All Known Implementing Classes:
AbstractSlide, AbstractSlideView, Slide, SlideView

public interface PrependIdProperty


Method Summary
 boolean isPrependId()
          If true, descendent components will have an clientId with the id of the form prepended.
Defaults to true.
 

Method Detail

isPrependId

@JSFProperty(required=false,
             deferredValueType="java.lang.Boolean",
             defaultValue="true")
boolean isPrependId()
If true, descendent components will have an clientId with the id of the form prepended.
Defaults to true.



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.