Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.lang.ast | |
com.whitestein.lsps.lang.exec |
All types in the language have their Java implementation class.
|
com.whitestein.lsps.lang.operation | |
com.whitestein.lsps.stdlib.function |
Classes that implements functions defined
in the standard library.
|
com.whitestein.lsps.vaadin | |
com.whitestein.lsps.vaadin.converter | |
com.whitestein.lsps.vaadin.forms | |
com.whitestein.lsps.vaadin.forms.dashboard | |
com.whitestein.lsps.vaadin.internal.model.forms | |
com.whitestein.lsps.vaadin.ui.components.table.dataset |
Modifier and Type | Method and Description |
---|---|
static String |
HolderHelper.getPathForEnumConstant(ClosureHolder closureWithQuery,
String recordIterator,
EnumerationImpl enumConstant)
Returns path mapped to the enumeration in the query used in the closure.
|
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
EnumerationExpression.getValue()
Returns the enumeration value.
|
Modifier and Type | Method and Description |
---|---|
int |
EnumerationImpl.compareTo(EnumerationImpl o) |
Modifier and Type | Method and Description |
---|---|
protected abstract Boolean |
EnumerationOperation.exec(EnumerationImpl left,
EnumerationImpl right)
Executes the operation.
|
Boolean |
EnumerationOperation.execute(Namespace namespace,
String operation,
EnumerationImpl left,
EnumerationImpl right) |
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
EnumerationFunctions.nameToLiteral(ExecutionContext ctx,
Type enumeration,
String name)
Transforms the specified enumeration’s literal name to the corresponding literal value.
|
EnumerationImpl |
EnumerationFunctions.toEnumeration(ExecutionContext ctx,
String string)
Parses a given enumeration full name into enumeration object.
|
Modifier and Type | Method and Description |
---|---|
String |
LabelFunctions.getEnumerationLiteralLabel(ExecutionContext ctx,
EnumerationImpl enumeration)
Returns the label of the given enumeration literal.
|
String |
EnumerationFunctions.literalToName(ExecutionContext ctx,
EnumerationImpl enumeration)
Transforms the specified enumeration literal to its name represented as string.
|
Modifier and Type | Method and Description |
---|---|
void |
VaadinUtils.notify(ExecutionContext ctx,
String caption,
String description,
EnumerationImpl type,
EnumerationImpl alignment,
Decimal delayMillis,
String cssStyle,
Boolean htmlContentAllowed)
Shows notification.
|
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
EnumerationToStringConverter.convertToModel(String value,
Class<? extends EnumerationImpl> targetType,
Locale locale)
Not supported
|
Modifier and Type | Method and Description |
---|---|
Class<EnumerationImpl> |
EnumerationToStringConverter.getModelType() |
Modifier and Type | Method and Description |
---|---|
String |
EnumerationToStringConverter.convertToPresentation(EnumerationImpl value,
Class<? extends String> targetType,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
EnumerationToStringConverter.convertToModel(String value,
Class<? extends EnumerationImpl> targetType,
Locale locale)
Not supported
|
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
WGrid.columnGetAlignment(RecordHolder column)
Gets the column alignment
|
EnumerationImpl |
WAbstractTable.columnGetAlignment(RecordHolder column)
Gets table column content alignment.
|
EnumerationImpl |
WGrid.columnGetHeaderAlignment(RecordHolder column)
Gets the column header text alignment.
|
EnumerationImpl |
WAbstractTable.columnGetHeaderAlignmnet(RecordHolder column)
Gets a table column's header alignment.
|
static EnumerationImpl |
FormsStructure.fromSizeUnit(com.vaadin.server.Sizeable.Unit unit)
Convert vaadin unit into size enumeration.
|
EnumerationImpl |
FormComponent.getComponentAlignment()
Gets the component alignment
|
EnumerationImpl |
WLabel.getContentMode()
Gets the content mode of the label.
|
EnumerationImpl |
WAbstractSplitPanel.getMaxSplitPositionUnit()
Currently used only in test.
|
EnumerationImpl |
WAbstractSplitPanel.getMinSplitPositionUnit()
Currently used only in test.
|
EnumerationImpl |
WGrid.getSelectionMode() |
EnumerationImpl |
WAbstractSplitPanel.getSplitPositionUnit()
Currently used only in test.
|
Modifier and Type | Method and Description |
---|---|
void |
WGrid.columnSetAlignment(RecordHolder column,
EnumerationImpl alignment)
Sets the column alignment.
|
void |
WAbstractTable.columnSetAlignment(RecordHolder column,
EnumerationImpl alignment)
Sets table column content alignment.
|
void |
WGrid.columnSetHeaderAlignment(RecordHolder column,
EnumerationImpl alignment)
Sets the column header alignment
|
void |
WAbstractTable.columnSetHeaderAlignment(RecordHolder column,
EnumerationImpl alignment)
Sets a table column's header alignment
|
protected com.vaadin.addon.charts.model.AxisType |
WAbstractChart.enumAxisType(EnumerationImpl enumImpl) |
protected com.vaadin.addon.charts.model.DashStyle |
WAbstractChart.enumDashStyle(EnumerationImpl enumImpl) |
protected com.vaadin.addon.charts.model.MarkerSymbolEnum |
WAbstractChart.enumMarkerSymbol(EnumerationImpl enumImpl)
Resolves the 'forms::Marker' enum value.
|
protected com.vaadin.addon.charts.model.TickPosition |
WAbstractChart.enumTickPosition(EnumerationImpl enumImpl) |
protected <E extends Enum<E>> |
WAbstractChart.resolveEnumeration(EnumerationImpl enumImpl,
String[] names,
E[] values) |
void |
WCalendar.setCalendarMode(EnumerationImpl mode)
Sets the calendar mode.
|
void |
FormComponent.setComponentAlignment(EnumerationImpl align)
Sets the component alignment.
|
void |
WLabel.setContentMode(EnumerationImpl contentMode)
Sets the content mode of the label.
|
void |
WTokenField.setFieldStyle(EnumerationImpl fieldStyle)
Set how token field looks like - as combo box or as text field.
|
void |
WAbstractSplitPanel.setMaxSplitPosition(Decimal position,
EnumerationImpl unit)
See corresponding lsps api.
|
void |
WAbstractSplitPanel.setMinSplitPosition(Decimal position,
EnumerationImpl unit)
See corresponding lsps api.
|
void |
WSlider.setOrientation(EnumerationImpl orientation)
Set the orientation of the slider.
|
void |
WGrid.setSelectionMode(EnumerationImpl selectionMode)
Sets selection mode.
|
void |
WAbstractSplitPanel.setSplitPosition(Decimal position,
EnumerationImpl unit)
See corresponding lsps api.
|
void |
WAbstractSplitPanel.setSplitPosition(Decimal position,
EnumerationImpl unit,
boolean reverse)
See corresponding lsps api.
|
void |
WDownload.setStyle(EnumerationImpl style)
Sets the download style.
|
static com.vaadin.server.Sizeable.Unit |
FormsStructure.toSizeUnit(EnumerationImpl unit)
Convert SizeUnit enumeration into vaadin Unit.
|
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
WGridStackDashboard.getState(RecordHolder dwidget)
Gets a widget state.
|
Modifier and Type | Method and Description |
---|---|
void |
WGridStackDashboard.setState(RecordHolder widget,
EnumerationImpl state)
Sets a state to a widget.
|
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
RecordDateFilterConfig.getResolution() |
Modifier and Type | Method and Description |
---|---|
void |
RecordDateFilterConfig.setResolution(EnumerationImpl value) |
Modifier and Type | Field and Description |
---|---|
EnumerationImpl |
ISort.QueryEnumSort.constant |
Modifier and Type | Method and Description |
---|---|
static Filter.PathValueProvider |
Filter.PathValueProvider.forQueryEnumConstant(ClosureHolder queryClosure,
EnumerationImpl enumConstant) |
Constructor and Description |
---|
QueryEnumSort(String columnId,
EnumerationImpl constant) |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.