public interface GridLayoutTagDeclaration extends HasId, HasSpacing, HasColumnLayout, HasRowLayout, HasBinding, IsVisual
columns/rows ::= LAYOUT LAYOUT ::= TOKEN [" " TOKEN]+ TOKEN ::= "auto" | MEASURE | FRACTION MEASURE ::= [NUMBER] ("px" | "em" | "ex" | "rem" | ...) FRACTION ::= [POSITIVE_INTEGER] "fr"
setColumnSpacing, setRowSpacing
setColumns
setRows
setBinding
setCustomClass, setMarkup
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.