Schnittstelle GridLayoutTagDeclaration
- Alle Superschnittstellen:
- HasBinding,- HasColumnLayout,- HasId,- HasRowLayout,- HasSpacing,- IsVisual
public interface GridLayoutTagDeclaration
extends HasId, HasSpacing, HasColumnLayout, HasRowLayout, HasBinding, IsVisual
Renders a grid-layout. The grid is defined by the columns and rows attributes. You can adjust the
 widths of the columns and rows by value of the tokens. The number of tokens describe the number of
 columns and rows.
 
 columns/rows ::= LAYOUT
 LAYOUT       ::= TOKEN [" " TOKEN]+
 TOKEN        ::= "auto" | MEASURE | FRACTION
 MEASURE      ::= [NUMBER] ("px" | "em" | "ex" | "rem" | ...)
 FRACTION     ::= [POSITIVE_INTEGER] "fr"
 - 
MethodenübersichtVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasColumnLayoutsetColumnsVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasRowLayoutsetRowsVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasSpacingsetColumnSpacing, setRowSpacingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup