Uses of Interface
org.javlo.component.core.IContentVisualComponent
-
-
Uses of IContentVisualComponent in org.javlo.component.bean
Classes in org.javlo.component.bean that implement IContentVisualComponent Modifier and Type Class Description classBeanEditionComponent -
Uses of IContentVisualComponent in org.javlo.component.column
Classes in org.javlo.component.column that implement IContentVisualComponent Modifier and Type Class Description classCloseColclassDefaultTableBreakclassOpenCellclassOpenColclassOpenRowclassTableBreakclassTableComponentMethods in org.javlo.component.column with parameters of type IContentVisualComponent Modifier and Type Method Description static ColContextColContext. getInstance(ContentContext ctx, IContentVisualComponent currentComponent)static TableContextTableContext. getInstance(ContentContext ctx, IContentVisualComponent currentComponent)booleanColContext. isFirst(IContentVisualComponent comp)booleanColContext. isLast(IContentVisualComponent comp)voidColContext. refresh(ContentContext ctx, IContentVisualComponent currentComponent)voidTableContext. refresh(ContentContext ctx, IContentVisualComponent currentComponent) -
Uses of IContentVisualComponent in org.javlo.component.column.row
Classes in org.javlo.component.column.row that implement IContentVisualComponent Modifier and Type Class Description classAbstractRowComponentclassRowclassRowColumn -
Uses of IContentVisualComponent in org.javlo.component.container
Subinterfaces of IContentVisualComponent in org.javlo.component.container Modifier and Type Interface Description interfaceIContainerClasses in org.javlo.component.container that implement IContentVisualComponent Modifier and Type Class Description classArrayDisplayComponentclassBoxclassComponentListclassDisplayComponentclassDynamicComponentBasketclassDynamicComponentFilterDisplay a search for in view mode.classDynamicComponentListclassIubendaRemoteImportclassLanguageCopyclassRepeatContainerclassSectionclassSectionLinksclassShowTemplateComponentclassTextDirection -
Uses of IContentVisualComponent in org.javlo.component.core
Subinterfaces of IContentVisualComponent in org.javlo.component.core Modifier and Type Interface Description interfaceIVideoClasses in org.javlo.component.core that implement IContentVisualComponent Modifier and Type Class Description classAbstractVisualComponentThis class is the first class for component.classComplexPropertiesLinkclassDebugNoteclassMapComponentclassMessageContainerclassMetaTitleNeed for create a title in the list of componentclassRendererReferenceComponentclassTestComponentclassUnknownFields in org.javlo.component.core declared as IContentVisualComponent Modifier and Type Field Description static IContentVisualComponentUnknown. INSTANCEMethods in org.javlo.component.core that return IContentVisualComponent Modifier and Type Method Description static IContentVisualComponentComponentFactory. createComponent(ContentContext ctx, ComponentBean bean, MenuElement inPage, IContentVisualComponent previous, IContentVisualComponent next)static IContentVisualComponentComponentFactory. createUnlinkedComponentFromMap(ContentContext ctx, Map<String,Object> data)create component from map, map is created from IRestComponentIContentVisualComponentContentElementList. getComponent(String id)static IContentVisualComponent[]ComponentFactory. getComponents(ContentContext ctx)static IContentVisualComponent[]ComponentFactory. getComponents(ContentContext ctx, GlobalContext globalContext)static IContentVisualComponentComponentFactory. getComponentWithType(ContentContext ctx, String type)static IContentVisualComponentComponentFactory. getComponentWithType(ContentContext ctx, MenuElement page, String type)static IContentVisualComponent[]ComponentFactory. getDefaultComponents(javax.servlet.ServletContext application)IContentVisualComponentAbstractVisualComponent. getNextComponent()IContentVisualComponentIContentVisualComponent. getNextComponent()return the next component in the page sequence.static IContentVisualComponentComponentContext. getPreparedComponent(javax.servlet.http.HttpSession session)IContentVisualComponentAbstractVisualComponent. getPreviousComponent()IContentVisualComponentIContentVisualComponent. getPreviousComponent()return the previous component in the page sequence.IContentVisualComponentAbstractVisualComponent. getReferenceComponent(ContentContext ctx)search the equivalent component in the default language content.IContentVisualComponentIContentVisualComponent. getReferenceComponent(ContentContext ctx)reference to the same component in default languagestatic IContentVisualComponentAbstractVisualComponent. getRequestComponent(javax.servlet.http.HttpServletRequest request)get a component in the request if there are.IContentVisualComponentAbstractVisualComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)IContentVisualComponentIContentVisualComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)init the component, do that before all using.IContentVisualComponentAbstractVisualComponent. next()IContentVisualComponentContentElementList. next(ContentContext ctx)IContentVisualComponentIContentComponentsList. next(ContentContext ctx)IContentVisualComponentIContentVisualComponent. next()get the next component on the page. if null this is the last component.IContentVisualComponentAbstractVisualComponent. previous()IContentVisualComponentIContentVisualComponent. previous()get the next component on the page. if null this is the last component.Methods in org.javlo.component.core with parameters of type IContentVisualComponent Modifier and Type Method Description protected voidContentElementList. addElement(IContentVisualComponent elem)protected voidContentElementList. addElementAsFirst(IContentVisualComponent elem)voidComponentContext. addNewComponent(IContentVisualComponent comp)voidContentElementList. addRepeatElement(IContentVisualComponent elem)intAbstractVisualComponent. compareTo(IContentVisualComponent comp)static IContentVisualComponentComponentFactory. createComponent(ContentContext ctx, ComponentBean bean, MenuElement inPage, IContentVisualComponent previous, IContentVisualComponent next)static AbstractVisualComponentComponentFactory. CreateComponent(ContentContext ctx, ComponentBean bean, MenuElement inPage, IContentVisualComponent previous, IContentVisualComponent next)booleanAbstractVisualComponent. equals(ContentContext ctx, IContentVisualComponent comp)booleanIContentVisualComponent. equals(ContentContext ctx, IContentVisualComponent comp)check of component is considered as the same than an other.static MirrorComponentAbstractVisualComponent. getMirrorWrapper(ContentContext ctx, IContentVisualComponent comp)static booleanAbstractVisualComponent. isMirrorWrapped(ContentContext ctx, IContentVisualComponent comp)static voidComponentContext. prepareComponentInsertion(javax.servlet.http.HttpSession session, IContentVisualComponent comp)StringAbstractVisualComponent. renderOtherComponent(ContentContext ctx, IContentVisualComponent comp)static voidAbstractVisualComponent. setMirrorWrapped(ContentContext ctx, IContentVisualComponent comp, MirrorComponent mirror)voidAbstractVisualComponent. setNextComponent(IContentVisualComponent nextComponent)voidIContentVisualComponent. setNextComponent(IContentVisualComponent nextComponent)change the previous componentvoidAbstractVisualComponent. setPreviousComponent(IContentVisualComponent previousComponent)voidIContentVisualComponent. setPreviousComponent(IContentVisualComponent nextComponent)change the previous component -
Uses of IContentVisualComponent in org.javlo.component.date
Classes in org.javlo.component.date that implement IContentVisualComponent Modifier and Type Class Description classCalendarComponent -
Uses of IContentVisualComponent in org.javlo.component.dynamic
Classes in org.javlo.component.dynamic that implement IContentVisualComponent Modifier and Type Class Description classDynamicComponentclassDynamicComponentCreatorclassDynamicComponentFactoryMethods in org.javlo.component.dynamic that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponentDynamicComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page) -
Uses of IContentVisualComponent in org.javlo.component.ecom
Classes in org.javlo.component.ecom that implement IContentVisualComponent Modifier and Type Class Description classAbstractOrderComponentclassEditBasketComponentclassMoneybookersPayementclassPaypalOrderComponentclassProductComponentclassStripeOrderComponentclassTransferOrderComponent -
Uses of IContentVisualComponent in org.javlo.component.extranet
Classes in org.javlo.component.extranet that implement IContentVisualComponent Modifier and Type Class Description classLaunchMacroclassLoginLogoutLink -
Uses of IContentVisualComponent in org.javlo.component.files
Classes in org.javlo.component.files that implement IContentVisualComponent Modifier and Type Class Description classAbstractFileComponentAbstract component for access to a file (file,image...)classArrayFileComponentclassCSVArrayComponentclassFileFinderclassGenericFileclassGenericFileListclassSimpleVideoclassSoundclassVFSFile -
Uses of IContentVisualComponent in org.javlo.component.form
Classes in org.javlo.component.form that implement IContentVisualComponent Modifier and Type Class Description classAddressFormRegisterComponentclassContactclassCreateContextclassFormComponentclassFormInputComponentclassFormMailingComponentThis class is use for register a user :classGenericFormstore html form in csv file and send email with parameters.classGenericFormForRegisteringclassGenericQuizclassSearchResultComponentclassSmartGenericForm -
Uses of IContentVisualComponent in org.javlo.component.gadget
Classes in org.javlo.component.gadget that implement IContentVisualComponent Modifier and Type Class Description classCountAccessclassCountToolclassMap -
Uses of IContentVisualComponent in org.javlo.component.image
Classes in org.javlo.component.image that implement IContentVisualComponent Modifier and Type Class Description classFreeImageclassFreeImageWithVisibleLabelclassGlobalImagestandard image component.classGlobalImageSessionclassImagesimple image without filter.classImageBackgroundclassImageTitleclassInvisibleImageclassLottieAnimationComponent -
Uses of IContentVisualComponent in org.javlo.component.layout
Classes in org.javlo.component.layout that implement IContentVisualComponent Modifier and Type Class Description classContentSeparationclassPageBreakclassPDFLayoutComponentclassSpace -
Uses of IContentVisualComponent in org.javlo.component.links
Classes in org.javlo.component.links that implement IContentVisualComponent Modifier and Type Class Description classAgendaImportclassAnchorComponentclassAnchorLinkclassBreadcrumbclassChangeLanguageLinkclassChangeLanguageMenuLinks for change language of the current page.classChildrenLinkclassCloudTagclassExternalLinkclassInternalLinkclassLanguageMirrorComponentdisplay the list of component create in content area of a other page in place of the mirrotComponent. use "copy page" for create the link.classMenucomponent for generate a menuclassMirrorComponentclassMirrorLinkImportationclassMonthChildrenLinkclassNextPageclassPageMirrorComponentdisplay the list of component create in content area of a other page in place of the mirrotComponent. use "copy page" for create the link.classPageReferenceComponentlist of links to a subset of pages.classPDFLinkclassPreviousPageclassRSSLinkclassRSSReaderclassRSSRegistrationclassSimpleInternalLinkclassSiteMapclassSmartExternalLinkclassSmartExternalLinkImportationclassSmartHTMLPageImportationclassSmartLinkclassSubtitleLinkclassTwitterReaderclassUnsubsribeLinkclassUserInfoLinkclassWeekChildrenLinkMethods in org.javlo.component.links that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponentMirrorComponent. getMirrorComponent(ContentContext ctx)Method parameters in org.javlo.component.links with type arguments of type IContentVisualComponent Modifier and Type Method Description protected DateAgendaImport. getCloseToToDay(Map<Date,List<IContentVisualComponent>> contentByDate) -
Uses of IContentVisualComponent in org.javlo.component.list
Classes in org.javlo.component.list that implement IContentVisualComponent Modifier and Type Class Description classDataListclassFAQComponentclassFreeTextListclassList -
Uses of IContentVisualComponent in org.javlo.component.meta
Classes in org.javlo.component.meta that implement IContentVisualComponent Modifier and Type Class Description classAutoNumberComponentclassCategoryclassColorComponentclassComplexEventDefinitionComponentclassContactInformationclassDateComponentclassDefinitionComponentclassEventDefinitionComponentclassFontclassForceRealContentclassForwardclassGraphicCharterclassHeadMetaclassI18nComponentclassKeywordsclassLayoutslist of tags of the current page.classLocationComponentclassMetaDescriptionclassNotSearchPageclassPageCssclassPageWeightclassSloganclassTagslist of tags of the current page.classTaxonomyDisplayComponentclassTimeRangeComponentclassToTheTopComponent -
Uses of IContentVisualComponent in org.javlo.component.multimedia
Classes in org.javlo.component.multimedia that implement IContentVisualComponent Modifier and Type Class Description classAllImagesGalleryclassEmbedVideoclassFolderedMultimediastandard image component.classGalleryclassMultimediastandard image component.classMultimediaFilterclassMultimediaGalleryclassOnlineVideoclassPDFMultimediaclassVideoclassVideoContentMultimedia -
Uses of IContentVisualComponent in org.javlo.component.navigation
Classes in org.javlo.component.navigation that implement IContentVisualComponent Modifier and Type Class Description classPageURL -
Uses of IContentVisualComponent in org.javlo.component.properties
Classes in org.javlo.component.properties that implement IContentVisualComponent Modifier and Type Class Description classAbstractPropertiesComponent -
Uses of IContentVisualComponent in org.javlo.component.social
Classes in org.javlo.component.social that implement IContentVisualComponent Modifier and Type Class Description classFacebookChooseFriendclassWall -
Uses of IContentVisualComponent in org.javlo.component.text
Classes in org.javlo.component.text that implement IContentVisualComponent Modifier and Type Class Description classCodeclassContactTextclassDescriptionclassDynamicParagraphclassExtendedWidgetclassFullWysiwygParagraphclassParagraphclassSecureTextclassTextclassWysiwygParagraphclassXHTML -
Uses of IContentVisualComponent in org.javlo.component.title
Classes in org.javlo.component.title that implement IContentVisualComponent Modifier and Type Class Description classGroupTitleclassHeadingclassLinkLabelclassMenuTitleclassPageTitleclassSubTitleclassTitleclassWebSiteTitle -
Uses of IContentVisualComponent in org.javlo.component.users
Classes in org.javlo.component.users that implement IContentVisualComponent Modifier and Type Class Description classDisplayUserInfoclassUserLoginclassUserRegistrationclassUserSearch -
Uses of IContentVisualComponent in org.javlo.component.web2
Classes in org.javlo.component.web2 that implement IContentVisualComponent Modifier and Type Class Description classChatComponentclassChooseBaseContextclassEpubConverterComponentclassEventRegistrationclassFollowComponentclassIMComponentclassMyEventsclassPageRankclassQuizzPartyclassReactionComponentclassSimplePollclassStaticMapComponentclassSurveyclassTaxonomySessionComponentclassUploadFileComponentMethods in org.javlo.component.web2 that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponentReactionComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page) -
Uses of IContentVisualComponent in org.javlo.component.web2.survey
Classes in org.javlo.component.web2.survey that implement IContentVisualComponent Modifier and Type Class Description classAbstractSurveyclassDisplayResultclassListSurveyclassResultSurveyclassSelectSurveyclassSortSurveyclassSurveyGenericForm -
Uses of IContentVisualComponent in org.javlo.fields
Subinterfaces of IContentVisualComponent in org.javlo.fields Modifier and Type Interface Description interfaceIFieldContainerFields in org.javlo.fields declared as IContentVisualComponent Modifier and Type Field Description protected IContentVisualComponentField. compMethods in org.javlo.fields with parameters of type IContentVisualComponent Modifier and Type Method Description static FieldFieldFactory. getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String name, String type, String id)static FieldFieldFactory. getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String placeholder, String name, String type, String id)FieldField. newInstance(IContentVisualComponent inComp) -
Uses of IContentVisualComponent in org.javlo.helper
Methods in org.javlo.helper that return IContentVisualComponent Modifier and Type Method Description static IContentVisualComponentComponentHelper. getComponentFromRequest(ContentContext ctx)static IContentVisualComponentComponentHelper. getComponentFromRequest(ContentContext ctx, String paramName)get a component with the id in the request.static IContentVisualComponentComponentHelper. getComponentWidthPosition(ContentContext ctx, MenuElement page, String area, String type, int position)get the the component with the position in the list of component with same type with current ContentContext return null if position is to bigstatic IContentVisualComponentComponentHelper. getNextComponent(IContentVisualComponent inComp, ContentContext ctx)static IContentVisualComponentComponentHelper. getPreviousComponent(IContentVisualComponent inComp, ContentContext ctx)static IContentVisualComponentComponentHelper. getRealComponent(ContentContext ctx, IContentVisualComponent comp)return the component wrapped in the mirrror, or the component it selfMethods in org.javlo.helper that return types with arguments of type IContentVisualComponent Modifier and Type Method Description static List<IContentVisualComponent>ResourceHelper. getComponentsUseResource(ContentContext ctx, String uri)Method parameters in org.javlo.helper with type arguments of type IContentVisualComponent Modifier and Type Method Description static Cell[][]ComponentHelper. componentsToArray(ContentContext ctx, Collection<IContentVisualComponent> components, String type)static voidComponentHelper. updateNextAndPrevious(ContentContext ctx, Iterable<IContentVisualComponent> comps) -
Uses of IContentVisualComponent in org.javlo.macro
Methods in org.javlo.macro that return types with arguments of type IContentVisualComponent Modifier and Type Method Description List<IContentVisualComponent>AbstractMacro. getAllComponent(ContentContext ctx)Methods in org.javlo.macro with parameters of type IContentVisualComponent Modifier and Type Method Description protected booleanCurrentLgExpandMacro. expand(ContentContext ctx, IContentVisualComponent baseComp, IContentVisualComponent targetComp)protected booleanDefaultLgExpandMacro. expand(ContentContext ctx, IContentVisualComponent baseComp, IContentVisualComponent targetComp) -
Uses of IContentVisualComponent in org.javlo.module.admin
Methods in org.javlo.module.admin that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponentAdminAction.ComponentBean. getComponent()Constructors in org.javlo.module.admin with parameters of type IContentVisualComponent Constructor Description ComponentBean(ContentContext ctx, IContentVisualComponent comp) -
Uses of IContentVisualComponent in org.javlo.module.content
Methods in org.javlo.module.content that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponentEdit.ComponentWrapper. getComponent()Constructors in org.javlo.module.content with parameters of type IContentVisualComponent Constructor Description ComponentWrapper(ContentContext ctx, IContentVisualComponent comp) -
Uses of IContentVisualComponent in org.javlo.navigation
Methods in org.javlo.navigation that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponentMenuElement. getComponent(ContentContext ctx, String id)IContentVisualComponentMenuElement. getNotCacheableComponent(ContentContext ctx)IContentVisualComponentMenuElement. getRealContentComponent(ContentContext ctx)Methods in org.javlo.navigation that return types with arguments of type IContentVisualComponent Modifier and Type Method Description List<IContentVisualComponent>MenuElement. getAllLanguageContent(ContentContext ctx)Map<Date,List<IContentVisualComponent>>MenuElement. getContentByDate(ContentContext ctx)return the content separed on the date component.List<IContentVisualComponent>MenuElement. getContentByImplementation(ContentContext ctx, Class clazz)List<IContentVisualComponent>MenuElement. getContentByType(ContentContext ctx, String type)List<IContentVisualComponent>MenuElement. getNoRepeatContentByType(ContentContext ctx, String type) -
Uses of IContentVisualComponent in org.javlo.navigation.data
Constructors in org.javlo.navigation.data with parameters of type IContentVisualComponent Constructor Description ComponentMap(ContentContext ctx, IContentVisualComponent comp) -
Uses of IContentVisualComponent in org.javlo.remote
Methods in org.javlo.remote with parameters of type IContentVisualComponent Modifier and Type Method Description static IRemoteResourceLocalResourceFactory. getRemoteBean(IContentVisualComponent comp, Locale locale) -
Uses of IContentVisualComponent in org.javlo.service
Methods in org.javlo.service that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponentContentService. getCachedComponent(ContentContext ctx, String id)IContentVisualComponentContentService. getComponent(ContentContext ctx, String id)IContentVisualComponentContentService. getComponentAllLanguage(ContentContext ctx, String id)IContentVisualComponentContentService. getComponentNoRealContentType(ContentContext ctx, String id)Methods in org.javlo.service that return types with arguments of type IContentVisualComponent Modifier and Type Method Description List<IContentVisualComponent>ContentService. getAllContent(ContentContext ctx)List<IContentVisualComponent>ContentService. getComponentByType(ContentContext ctx, String type)Methods in org.javlo.service with parameters of type IContentVisualComponent Modifier and Type Method Description StringContentService. createContentMirrorIfNeeded(ContentContext ctx, MenuElement newPage, IContentVisualComponent comp, String parentId, boolean b)StringReverseLinkService. replaceLink(ContentContext ctx, IContentVisualComponent comp, String contentValue)voidContentService. setCachedComponent(ContentContext ctx, IContentVisualComponent comp)
-