Package com.persequor.extension.frontend
package com.persequor.extension.frontend
-
ClassDescriptionThis class is defined to define how your page components are made available to the user.This class is defined to define how your page components are made available to the user.Represents the axis configuration for the
IGraph
component.Represents the domain of an axis in theGraphAxisProperties
component.Represents the scale type of theGraphAxisProperties
component.IString
implementation for translatable text.IBaseTable<T>This interface is used to check if the current user has access to a specific component.ICriteriaField<SELF extends ICriteriaField<SELF>>This service expose enrich functions based on the IEpcEnricher implementations.You should not implement this interface, it will be passed intoIEventDataExtension.configure(Event, IEventDataConfiguration)
for you to modify the event details.You should implement this to add/manipulate the event details in the UIYou should not implement this interface, it will be passed into your code for you to manipulate or add new sections in the event details UI.File providers are used by Saga to provide downloadable files to users of both: web and Mobile.IFormField<F extends IFormField<F>>This will be returned when adding fields to a form, to set further attributesTo create a new front end page you can implement this interface and define how your pages should extend the SAGA UI.Interface to indicate if anExtensionLink
can pop-up a confirmation dialog/prompt before navigating to the link.IHasSettableValue<T,X> These values come from a form component that you may have placed on your page component, or from a deep link from another page or context menu.Deprecated.Extension point interface used to declare menu sections.This is used to compose a page or a Vertical Container component with a series of sub-components like forms, tables, graphs, etc.IRow<T>Used to support translations.Extension point interface used to let modules/solutions register menu items in the top-right corner user menu.SagaCoreUiRoute is a ui component for creating frontend links to the SAGA api that is used by the native SAGA user interfaceStatic method used to calculate the hash of an extension class, and to find an extension based on its hash.IString
implementation for non-translatable text.UrlContent is a data structure containing the path variables and query parameters.The width is based on a twelve column grid, the value determines the number of columns it will use.
IMenuSection
and referencing it from extension pages, seeIFrontendComponent.configure(ConfigurerDetails)
Extension point interface to allow modules/solutions adding