Uses of Class
com.jbstrap.core.Parameters
Packages that use Parameters
Package
Description
-
Uses of Parameters in com.jbstrap.core
Methods in com.jbstrap.core that return ParametersModifier 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 parameterMethods in com.jbstrap.core with parameters of type ParametersModifier 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
Fields in com.jbstrap.core.data declared as ParametersConstructors in com.jbstrap.core.data with parameters of type ParametersModifierConstructorDescriptionDataExporter
(Parameters params) Creates a DataExporter instance with the specified export settings (parameters). -
Uses of Parameters in com.jbstrap.core.data.export
Constructors in com.jbstrap.core.data.export with parameters of type ParametersModifierConstructorDescriptionCSVExport
(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
Methods in com.jbstrap.core.meta that return ParametersModifier 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.Methods in com.jbstrap.core.meta with parameters of type ParametersModifier 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
Methods in com.jbstrap.core.meta.xml that return Parameters -
Uses of Parameters in com.jbstrap.core.utils
Methods in com.jbstrap.core.utils with parameters of type ParametersModifier and TypeMethodDescriptionstatic String
JSONUtil.toJSON
(Parameters prm) Converts a parameter object to a JSON string. -
Uses of Parameters in com.jbstrap.core.websocket
Methods in com.jbstrap.core.websocket with parameters of type ParametersModifier 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
Fields in com.jbstrap.ui declared as ParametersModifier and TypeFieldDescriptionprotected Parameters
BasePage.params
The parameters that are assigned to the pageMethods in com.jbstrap.ui that return ParametersModifier and TypeMethodDescriptionBasePage.getParameters()
Gets every parameter that is assigned to the page.Constructors in com.jbstrap.ui with parameters of type ParametersModifierConstructorDescriptionBaseLoginPage
(UI ui, Parameters params) Creates the ancestor login pageBasePage
(UI ui, Parameters params) Creates a page. -
Uses of Parameters in com.jbstrap.ui.components
Methods in com.jbstrap.ui.components with parameters of type ParametersModifier and TypeMethodDescriptionBreadcrumb.openPage
(String pageId, Parameters parameters) Open a new tab based on breadcrumb -
Uses of Parameters in com.jbstrap.ui.components.charts
Subclasses of Parameters in com.jbstrap.ui.components.chartsModifier and TypeClassDescriptionclass
POJO object representing a section of the gauge chart.Fields in com.jbstrap.ui.components.charts declared as ParametersModifier and TypeFieldDescriptionprotected final Parameters
Series.param
protected Parameters
BaseChart.params
A class containing chart parameters.Methods in com.jbstrap.ui.components.charts that return ParametersModifier 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()
Methods in com.jbstrap.ui.components.charts that return types with arguments of type ParametersModifier and TypeMethodDescriptionprotected List<Parameters>
Series.getValues()
Gets all data point settings from a series.Methods in com.jbstrap.ui.components.charts with parameters of type ParametersModifier and TypeMethodDescriptionprotected Series
Series.setParams
(Parameters params) Sets the series based on the specified parameters. -
Uses of Parameters in com.jbstrap.ui.components.form
Fields in com.jbstrap.ui.components.form declared as ParametersMethods in com.jbstrap.ui.components.form with parameters of type ParametersModifier 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
Methods in com.jbstrap.ui.components.listgrid with parameters of type Parameters -
Uses of Parameters in com.jbstrap.ui.interfaces
Methods in com.jbstrap.ui.interfaces with parameters of type ParametersModifier and TypeMethodDescriptiondefault T
Exportable.exportData
(Parameters params) Exports the data using the settings specified in theParameters
parameter.