Uses of Class
com.vaadin.shared.ui.MarginInfo
-
Packages that use MarginInfo Package Description com.vaadin.client.ui com.vaadin.client.ui.orderedlayout com.vaadin.shared.ui com.vaadin.ui -
-
Uses of MarginInfo in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type MarginInfo Modifier and Type Method Description void
VFormLayout.VFormLayoutTable. setMargins(MarginInfo margins)
void
VGridLayout. updateMarginStyleNames(MarginInfo marginInfo)
For internal use only. -
Uses of MarginInfo in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout with parameters of type MarginInfo Modifier and Type Method Description void
VAbstractOrderedLayout. setMargin(MarginInfo marginInfo)
Set the margin of the layout -
Uses of MarginInfo in com.vaadin.shared.ui
Methods in com.vaadin.shared.ui with parameters of type MarginInfo Modifier and Type Method Description void
MarginInfo. setMargins(MarginInfo marginInfo)
Copies margin values from another MarginInfo object.Constructors in com.vaadin.shared.ui with parameters of type MarginInfo Constructor Description MarginInfo(MarginInfo other)
Creates a MarginInfo with the same values as another MarginInfo object. -
Uses of MarginInfo in com.vaadin.ui
Methods in com.vaadin.ui that return MarginInfo Modifier and Type Method Description MarginInfo
AbstractOrderedLayout. getMargin()
MarginInfo
GridLayout. getMargin()
MarginInfo
Layout.MarginHandler. getMargin()
protected MarginInfo
AbstractLayout. readMargin(org.jsoup.nodes.Element design, MarginInfo defMargin, DesignContext context)
Reads margin attributes from a design into a MarginInfo object.Methods in com.vaadin.ui with parameters of type MarginInfo Modifier and Type Method Description protected MarginInfo
AbstractLayout. readMargin(org.jsoup.nodes.Element design, MarginInfo defMargin, DesignContext context)
Reads margin attributes from a design into a MarginInfo object.void
AbstractOrderedLayout. setMargin(MarginInfo marginInfo)
void
GridLayout. setMargin(MarginInfo marginInfo)
void
Layout.MarginHandler. setMargin(MarginInfo marginInfo)
Enable margins for this layout.protected void
AbstractLayout. writeMargin(org.jsoup.nodes.Element design, MarginInfo margin, MarginInfo defMargin, DesignContext context)
Writes margin attributes from a MarginInfo object to a design.
-