Uses of Class
org.eclipse.nebula.widgets.cdatetime.Footer
-
Packages that use Footer Package Description org.eclipse.nebula.widgets.cdatetime -
-
Uses of Footer in org.eclipse.nebula.widgets.cdatetime
Fields in org.eclipse.nebula.widgets.cdatetime declared as Footer Modifier and Type Field Description private Footer[]
CDateTimeBuilder. footers
Fields in org.eclipse.nebula.widgets.cdatetime with type parameters of type Footer Modifier and Type Field Description private java.util.List<Footer>
CDateTimeBuilder. activeFooters
Methods in org.eclipse.nebula.widgets.cdatetime that return Footer Modifier and Type Method Description Footer
Footer. align(int alignment)
Footer
Footer. align(int textAlignment, int controlAlignment, boolean grab)
static Footer
Footer. Clear()
Footer
Footer. grab()
static Footer
Footer. Today()
static Footer
Footer. VerboseToday()
Methods in org.eclipse.nebula.widgets.cdatetime that return types with arguments of type Footer Modifier and Type Method Description java.util.List<Footer>
CDateTimeBuilder. getFooters()
Methods in org.eclipse.nebula.widgets.cdatetime with parameters of type Footer Modifier and Type Method Description void
CDateTimeBuilder. setFooter(int alignment, boolean equalColumns, Footer... attrs)
void
CDateTimeBuilder. setFooter(Footer... attrs)
-