Package overit.geocall.ui
Interface Arrangeable
- All Known Implementing Classes:
AjaxInputDecoder,overit.geocallapp.wfm.ui.control.AlignArrangingGrid,ArrangingGrid,ArrangingGridDataCollection,Captcha,CardArGisComponent,CardAttachmentsComponent,CardCreateNotificationComponent,CardManpowerComponent,CardMaterialsComponent,CardMaterialsPickUpComponent,CardMeasuresComponent,CardMeterExistentComponent,CardMeterInstalledComponent,CardMobileDataCollectionsComponent,CardMobileProcedureComponent,CardMultistageComponent,CardOutcomeComponent,CardShowNotificationComponent,CardShowSignatureComponent,CardTechnicalObjectComponent,CardTypeComponent,CardVehiclesComponent,CardVirtualCollaborationComponent,CardWOHistoryComponent,CardWorkCycleAttachmentsComponent,CardWorkOrderAttachmentsComponent,ChartBase,ChartPie,ChartSerie,ContainerGrid,ControlGrid,DataCollectionNodeAttachmentComponent,DataCollectionNodeAttachmentValueComponent,DataCollectionNodeBarcodeComponent,DataCollectionNodeBarcodeValueComponent,DataCollectionNodeBooleanComponent,DataCollectionNodeBooleanValueComponent,DataCollectionNodeCheckboxComponent,DataCollectionNodeCheckboxValueComponent,DataCollectionNodeCoordinatesComponent,DataCollectionNodeCoordinatesValueComponent,DataCollectionNodeDateComponent,DataCollectionNodeDatetimeComponent,DataCollectionNodeDatetimeValueComponent,DataCollectionNodeDateValueComponent,DataCollectionNodeDoubleComponent,DataCollectionNodeDoubleValueComponent,DataCollectionNodeDownloadAttachmentComponent,DataCollectionNodeDownloadAttachmentValueComponent,DataCollectionNodeLongComponent,DataCollectionNodeLongValueComponent,DataCollectionNodeMatrixComponent,DataCollectionNodeMatrixValueComponent,DataCollectionNodeMultiAttachmentComponent,DataCollectionNodeMultiAttachmentValueComponent,DataCollectionNodeMultiSelectionComponent,DataCollectionNodeMultiSelectionValueComponent,DataCollectionNodePictureComponent,DataCollectionNodePictureValueComponent,DataCollectionNodeRadioComponent,DataCollectionNodeRadioValueComponent,DataCollectionNodeRegExComponent,DataCollectionNodeRegExValueComponent,DataCollectionNodeResourceComponent,DataCollectionNodeResourceValueComponent,DataCollectionNodeSectionComponent,DataCollectionNodeSelectionComponent,DataCollectionNodeSelectionComponentBase,DataCollectionNodeSelectionValueComponent,DataCollectionNodeSignatureComponent,DataCollectionNodeSignatureValueComponent,DataCollectionNodeTextComponent,DataCollectionNodeTextValueComponent,DataCollectionNodeTimeComponent,DataCollectionNodeTimeValueComponent,DataCollectionNodeTypeComponent,DataCollectionNodeTypeValueComponent,GeneratorApyKey,Grid,GridFrame,Input,InputCheckBox,InputCheckBoxes,InputCode,InputColorBar,InputCurrency,InputDataCollection,InputDate,InputDecoder,InputDecoderDataCollectionType,InputDecoderForecastHeader,InputDecoderImpiantiNotification,overit.geocallapp.wfm.technicalobject.decoder.InputDecoderTechnicalObject,overit.geocallapp.wfm.amministrazione.anautente.decodifica.InputDecoderUtenti,InputDouble,InputDoubleDataCollection,InputDTZ,InputEmail,InputFileName,InputHtml,InputImage,InputLanguage,InputLong,InputLongDataCollection,InputLookup,InputMeasure,InputMultiDecoder,InputMultiDecoderDataCollectionSheetDynamicPanel,InputMultiDecoderForecastActivity,InputMultiDecoderMaterials,InputMultiDecoderMultistageGroups,InputMultiDecoderMultistageOperations,InputMultiDecoderTransferRequest,InputMultiDecoderWarehouse,InputMultiLookup,InputMultiSelectLookup,InputPassword,InputRadio,InputRegExp,InputSymbolBar,InputTel,InputText,InputTextDataCollection,InputTime,InputTimeDataCollection,InputTimeRange,InputTimesheetUserDecoder,InputUpload,JFCPie,JFCSerie,JFCSerie,JFCSerieLogarithmic,JFCSeriePareto,JFCSerieStruggleFailure,overit.geocallapp.wfm.ui.control.JFCWFMSerie,MultiDecoder,Output,OutputBarcode,OutputCheckBox,OutputCurrency,OutputDate,OutputDouble,OutputDTZ,OutputECS,OutputLong,OutputLookup,OutputMeasure,OutputProgress,OutputSpan,OutputStaticView,OutputSwitch,OutputTime,OutputTimeRange,OutputXML,ResponsiveGrid,ResponsiveGridFrame,SearchField
public interface Arrangeable
The class is the interface to be implemented for objects that can be viewed on screen and contained within a structure for positioning
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ecs.ElementgetContentHtml(Object generationhandle, EntitySet es) Returns the html code that represents the active part of the component, i.e. the field and the validation scriptsorg.apache.ecs.ElementgetDescriptionHtml(Object generationhandle, EntitySet es) Returns the html code that represents the component description i.e. the formatted label of the fieldReturns the object to generate when the Arrangeable element is composed by more than one elementorg.apache.ecs.ElementgetHiddenHtml(Object generationhandle, EntitySet es) Returns the hidden but active html part of an hidden component
-
Method Details
-
getGenerationHandle
Object getGenerationHandle()Returns the object to generate when the Arrangeable element is composed by more than one element- Returns:
- The Object to generate
-
getDescriptionHtml
Returns the html code that represents the component description i.e. the formatted label of the field- Parameters:
generationhandle- the unique generatin handlees- the page entity set- Returns:
- The html code of the label of the field
-
getContentHtml
Returns the html code that represents the active part of the component, i.e. the field and the validation scripts- Parameters:
generationhandle- the unique generatin handlees- the page entity set- Returns:
- The html code of the component
-
getHiddenHtml
Returns the hidden but active html part of an hidden component- Parameters:
generationhandle- the unique generatin handlees- the page entity set- Returns:
- The html code of the hidden part of the component
-