Interface HiddenTagDeclaration
-
- All Superinterfaces:
HasBinding
,HasConverter
,HasId
,HasIdBindingAndRendered
,HasValidator
,HasValue
,IsDisabled
,IsReadonly
,IsRendered
public interface HiddenTagDeclaration extends HasIdBindingAndRendered, HasValue, HasConverter, HasValidator, IsReadonly, IsDisabled
Renders a hidden input element.
-
-
Method Summary
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverter
setConverter
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidator
setValidator
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValue
setValue
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonly
setReadonly
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
-