|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UiFactory.FAction | |
|---|---|
| org.apertereports.ui | |
| Uses of UiFactory.FAction in org.apertereports.ui |
|---|
| Methods in org.apertereports.ui that return UiFactory.FAction | |
|---|---|
static UiFactory.FAction |
UiFactory.FAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UiFactory.FAction[] |
UiFactory.FAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apertereports.ui with parameters of type UiFactory.FAction | |
|---|---|
static com.vaadin.ui.Button |
UiFactory.createButton(String captionId,
com.vaadin.ui.ComponentContainer parent,
com.vaadin.ui.Button.ClickListener listener,
UiFactory.FAction... actions)
Creates button |
static com.vaadin.ui.Button |
UiFactory.createButton(String captionId,
com.vaadin.ui.ComponentContainer parent,
String style,
com.vaadin.ui.Button.ClickListener listener,
UiFactory.FAction... actions)
Creates button |
static com.vaadin.ui.Label |
UiFactoryExt.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 |
UiFactoryExt.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.HorizontalLayout |
UiFactory.createHLayout(com.vaadin.ui.ComponentContainer parent,
UiFactory.FAction... actions)
Creates horizontal layout |
static com.vaadin.ui.Label |
UiFactory.createLabel(com.vaadin.data.Item item,
String propertyId,
com.vaadin.ui.ComponentContainer parent,
String style,
UiFactory.FAction... actions)
Creates label bound to property |
static com.vaadin.ui.Label |
UiFactory.createLabel(com.vaadin.data.Item item,
String propertyId,
com.vaadin.ui.ComponentContainer parent,
UiFactory.FAction... actions)
Creates label bound to property |
static com.vaadin.ui.Label |
UiFactory.createLabel(String captionId,
com.vaadin.ui.ComponentContainer parent,
String style,
UiFactory.FAction... actions)
Creates label |
static com.vaadin.ui.Label |
UiFactory.createSpacer(com.vaadin.ui.ComponentContainer parent,
String width,
String height,
UiFactory.FAction... actions)
Creates simple label without caption and add it to the parent container |
static com.vaadin.ui.Label |
UiFactory.createSpacer(com.vaadin.ui.ComponentContainer parent,
UiFactory.FAction... actions)
Creates simple label without caption and add it to the parent container |
static com.vaadin.ui.TextField |
UiFactory.createTextField(com.vaadin.data.Item item,
String propertyId,
com.vaadin.ui.ComponentContainer parent,
String promptId,
UiFactory.FAction... actions)
Creates text field bound to property |
static com.vaadin.ui.VerticalLayout |
UiFactory.createVLayout(com.vaadin.ui.ComponentContainer parent,
UiFactory.FAction... actions)
Creates vertical layout |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||