Uses of Class
com.jbstrap.core.Parameters
Package
Description
-
Uses of Parameters in com.jbstrap.core
Modifier and TypeMethodDescriptionAdds the specified parameterParameters.clear()
Delete all previously specified values from the parameter object.Parameters.copy()
Creates a perfect copy of the objectstatic Parameters
Parameters.deserialize
(String source) NavigationPoint.getParameters()
Parameters.merge
(Parameters... sources) Merges the object with the specified parametersRemoves the specified parameterModifier and TypeMethodDescriptionstatic void
JBStrap.addPage
(String pageId, Class<? extends UI> uiClass, Class<? extends BasePage> pageClass, Parameters parameters) Adds a page (that uses parameters) to the applicationNavigationPoint.addParameters
(Parameters parameters) static String
HardLink.getHardLink
(String pageId, Parameters params) Generates a HardLink according to the specified parametersNavigationPoint.getPageInstance
(UI ui, Parameters userParam) Parameters.merge
(Parameters... sources) Merges the object with the specified parameters -
Uses of Parameters in com.jbstrap.core.data
ModifierConstructorDescriptionDataExporter
(Parameters params) Creates a DataExporter instance with the specified export settings (parameters). -
Uses of Parameters in com.jbstrap.core.data.export
ModifierConstructorDescriptionCSVExport
(Parameters params) Creates a CSVExport instance with the specified export settings (parameters).ExcelExport
(Parameters params) Creates an ExcelExport instance with the specified export settings (parameters). -
Uses of Parameters in com.jbstrap.core.meta
Modifier and TypeMethodDescriptionDataDescriptorColumn.getFilterParameters()
Sets the component parameters for the column filterDataDescriptorColumn.getFilterParameters
(FilterType filterType) Gets the editor component’s parameters for the specified filter typeDataDescriptorColumn.getFilterParameters
(String filterName) Gets the editor component’s parameters for a custom filter implementationDataDescriptorColumn.getParams()
Gets the column parameters.Modifier and TypeMethodDescriptionDataDescriptorColumn.setCustomFilterParameters
(Parameters parameters, String filterName) Sets the editor field parameters for a custom filter implentationDataDescriptorColumn.setFilterParameters
(Parameters parameters) Sets the parameters for the column filter’s editor componentDataDescriptorColumn.setFilterParameters
(Parameters parameters, FilterType filterType) Sets the component parameters for the specified filter typeBaseDataDescriptor.setParam
(Parameters params) Sets the DataDescriptor parameters.DataDescriptor.setParam
(Parameters params) Sets the DataDescriptor parameters.DataDescriptorColumn.setParam
(Parameters params) Sets the column parameters. -
Uses of Parameters in com.jbstrap.core.meta.xml
-
Uses of Parameters in com.jbstrap.core.utils
Modifier and TypeMethodDescriptionstatic String
JSONUtil.toJSON
(Parameters prm) Converts a parameter object to a JSON string. -
Uses of Parameters in com.jbstrap.core.websocket
Modifier and TypeMethodDescriptionfinal boolean
Client.navigateTo
(String pageId, Parameters params) Closes the currently displayed page and opens a new page, with the specified parameters.final boolean
Client.navigateTo
(String pageId, Parameters params, boolean useCache) Navigates to the specified page (with the specified parameters).final boolean
Client.navigateToForceRefresh
(String pageId, Parameters params) Navigates to the specified page (with the specified dynamic parameter(s)) by forcing a refresh of the UI. -
Uses of Parameters in com.jbstrap.ui
Modifier and TypeFieldDescriptionprotected Parameters
BasePage.params
The parameters that are assigned to the pageModifier and TypeMethodDescriptionBasePage.getParameters()
Gets every parameter that is assigned to the page.ModifierConstructorDescriptionBaseLoginPage
(UI ui, Parameters params) Creates the ancestor login pageBasePage
(UI ui, Parameters params) Creates a page. -
Uses of Parameters in com.jbstrap.ui.components
Modifier and TypeMethodDescriptionBreadcrumb.openPage
(String pageId, Parameters parameters) Open a new tab based on breadcrumb -
Uses of Parameters in com.jbstrap.ui.components.charts
Modifier and TypeClassDescriptionclass
POJO object representing a section of the gauge chart.Modifier and TypeFieldDescriptionprotected final Parameters
Series.param
protected Parameters
BaseChart.params
A class containing chart parameters.Modifier and TypeMethodDescriptionprotected Parameters
ChartCanvas.getLegendParams()
protected Parameters
protected Parameters
Series.getMarker()
Gets the series marker settings.protected Parameters
BulletChart.getNumbersFont
(String title) protected Parameters
Series.getParams()
Gets the series settings.protected Parameters
protected Parameters
BulletChart.getSubTitleFont
(String title) protected Parameters
protected Parameters
BulletChart.getTitleFont
(String title) protected Parameters
ChartCanvas.getTitleParams()
protected Parameters
ChartCanvas.getTooltipParams()
protected Parameters
AxesBasedChart.getXAxis()
protected Parameters
AxesBasedChart.getYAxis()
Modifier and TypeMethodDescriptionprotected List<Parameters>
Series.getValues()
Gets all data point settings from a series.Modifier and TypeMethodDescriptionprotected Series
Series.setParams
(Parameters params) Sets the series based on the specified parameters. -
Uses of Parameters in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptionfinal E
FormItem.setParams
(Parameters params) Sets or overwrites all parameters of the form element with the specified values. -
Uses of Parameters in com.jbstrap.ui.components.listgrid
-
Uses of Parameters in com.jbstrap.ui.interfaces
Modifier and TypeMethodDescriptiondefault T
Exportable.exportData
(Parameters params) Exports the data using the settings specified in theParameters
parameter.