|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apertereports.ui.UiFactoryExt
public abstract class UiFactoryExt
Class provides additional useful methods for creating UI components
UiFactory| Constructor Summary | |
|---|---|
UiFactoryExt()
|
|
| Method Summary | |
|---|---|
static com.vaadin.ui.Label |
createCalendarLabel(com.vaadin.data.Item item,
String propertyId,
com.vaadin.ui.ComponentContainer parent)
Creates calendar label bound to time property. |
static com.vaadin.ui.Label |
createCalendarLabel(com.vaadin.data.Item item,
String propertyId,
String style,
com.vaadin.ui.ComponentContainer parent,
UiFactory.FAction... actions)
Creates calendar label bound to time property. |
static com.vaadin.ui.Label |
createDateLabel(com.vaadin.data.Item item,
String propertyId,
String style,
com.vaadin.ui.ComponentContainer parent)
Creates date label bound to date property. |
static com.vaadin.ui.Label |
createDateLabel(com.vaadin.data.Item item,
String propertyId,
String style,
com.vaadin.ui.ComponentContainer parent,
UiFactory.FAction... actions)
Creates date label bound to date property. |
static com.vaadin.ui.ComboBox |
createLocaleCombo(String captionId,
Locale locale)
Creates combo box for locale selection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UiFactoryExt()
| Method Detail |
|---|
public static com.vaadin.ui.Label createDateLabel(com.vaadin.data.Item item,
String propertyId,
String style,
com.vaadin.ui.ComponentContainer parent)
item - Bound objectpropertyId - Property idstyle - Style nameparent - Parent container to which the label is added, can be null
public static com.vaadin.ui.Label createDateLabel(com.vaadin.data.Item item,
String propertyId,
String style,
com.vaadin.ui.ComponentContainer parent,
UiFactory.FAction... actions)
item - Bound objectpropertyId - Property idstyle - Style nameparent - Parent container to which the label is added, can be nullactions - List of actions performed on created component
public static com.vaadin.ui.Label createCalendarLabel(com.vaadin.data.Item item,
String propertyId,
com.vaadin.ui.ComponentContainer parent)
item - Bound objectpropertyId - Property idparent - Parent container to which the label is added, can be null
public static com.vaadin.ui.Label createCalendarLabel(com.vaadin.data.Item item,
String propertyId,
String style,
com.vaadin.ui.ComponentContainer parent,
UiFactory.FAction... actions)
item - Bound objectpropertyId - Property idstyle - Style nameparent - Parent container to which the label is added, can be nullactions - List of actions performed on created component
public static com.vaadin.ui.ComboBox createLocaleCombo(String captionId,
Locale locale)
captionId - Id of the caption taken from the localized resources or
captionlocale - Current locale
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||