org.apache.myfaces.tobago.internal.taglib.component
Interface TimeTagDeclaration

All Superinterfaces:
HasBinding, HasConverterMessage, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasLabel, HasLabelAndAccessKey, HasLabelWithAccessKey, HasMarkup, HasOnchange, HasRequiredMessage, HasTabIndex, HasTip, HasValidator, HasValidatorMessage, HasValue, HasValueChangeListener, InputTagDeclaration, IsDeprecatedInline, IsDisabled, IsFocus, IsGridLayoutComponent, IsGridLayoutComponentBase, IsReadonly, IsRendered, IsRequired

public interface TimeTagDeclaration
extends InputTagDeclaration, HasIdBindingAndRendered, IsReadonly, IsDisabled, IsDeprecatedInline, HasLabelAndAccessKey, HasTip, IsRequired, HasMarkup, HasCurrentMarkup

Renders a time input field.


Method Summary
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidator
setValidator
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasOnchange
setOnchange
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValue
setValue
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListener
setValueChangeListener
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessage
setValidatorMessage
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessage
setConverterMessage
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessage
setRequiredMessage
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndex
setTabIndex
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsFocus
setFocus
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponent
setHeight, setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentBase
setColumnSpan, setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setRowSpan, setTop, setVerticalIndex
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonly
setReadonly
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDeprecatedInline
setInline
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequired
setRequired
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.