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 class
BeanEditionComponent
-
Uses of IContentVisualComponent in org.javlo.component.column
Classes in org.javlo.component.column that implement IContentVisualComponent Modifier and Type Class Description class
CloseCol
class
DefaultTableBreak
class
OpenCell
class
OpenCol
class
OpenRow
class
TableBreak
class
TableComponent
Methods in org.javlo.component.column with parameters of type IContentVisualComponent Modifier and Type Method Description static ColContext
ColContext. getInstance(ContentContext ctx, IContentVisualComponent currentComponent)
static TableContext
TableContext. getInstance(ContentContext ctx, IContentVisualComponent currentComponent)
boolean
ColContext. isFirst(IContentVisualComponent comp)
boolean
ColContext. isLast(IContentVisualComponent comp)
void
ColContext. refresh(ContentContext ctx, IContentVisualComponent currentComponent)
void
TableContext. 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 class
AbstractRowComponent
class
Row
class
RowColumn
-
Uses of IContentVisualComponent in org.javlo.component.container
Subinterfaces of IContentVisualComponent in org.javlo.component.container Modifier and Type Interface Description interface
IContainer
Classes in org.javlo.component.container that implement IContentVisualComponent Modifier and Type Class Description class
ArrayDisplayComponent
class
Box
class
ComponentList
class
DisplayComponent
class
DynamicComponentBasket
class
DynamicComponentFilter
Display a search for in view mode.class
DynamicComponentList
class
IubendaRemoteImport
class
LanguageCopy
class
RepeatContainer
class
Section
class
SectionLinks
class
ShowTemplateComponent
class
TextDirection
-
Uses of IContentVisualComponent in org.javlo.component.core
Subinterfaces of IContentVisualComponent in org.javlo.component.core Modifier and Type Interface Description interface
IVideo
Classes in org.javlo.component.core that implement IContentVisualComponent Modifier and Type Class Description class
AbstractVisualComponent
This class is the first class for component.class
ComplexPropertiesLink
class
DebugNote
class
MapComponent
class
MessageContainer
class
MetaTitle
Need for create a title in the list of componentclass
RendererReferenceComponent
class
TestComponent
class
Unknown
Fields in org.javlo.component.core declared as IContentVisualComponent Modifier and Type Field Description static IContentVisualComponent
Unknown. INSTANCE
Methods in org.javlo.component.core that return IContentVisualComponent Modifier and Type Method Description static IContentVisualComponent
ComponentFactory. createComponent(ContentContext ctx, ComponentBean bean, MenuElement inPage, IContentVisualComponent previous, IContentVisualComponent next)
static IContentVisualComponent
ComponentFactory. createUnlinkedComponentFromMap(ContentContext ctx, Map<String,Object> data)
create component from map, map is created from IRestComponentIContentVisualComponent
ContentElementList. getComponent(String id)
static IContentVisualComponent[]
ComponentFactory. getComponents(ContentContext ctx)
static IContentVisualComponent[]
ComponentFactory. getComponents(ContentContext ctx, GlobalContext globalContext)
static IContentVisualComponent
ComponentFactory. getComponentWithType(ContentContext ctx, String type)
static IContentVisualComponent
ComponentFactory. getComponentWithType(ContentContext ctx, MenuElement page, String type)
static IContentVisualComponent[]
ComponentFactory. getDefaultComponents(javax.servlet.ServletContext application)
IContentVisualComponent
AbstractVisualComponent. getNextComponent()
IContentVisualComponent
IContentVisualComponent. getNextComponent()
return the next component in the page sequence.static IContentVisualComponent
ComponentContext. getPreparedComponent(javax.servlet.http.HttpSession session)
IContentVisualComponent
AbstractVisualComponent. getPreviousComponent()
IContentVisualComponent
IContentVisualComponent. getPreviousComponent()
return the previous component in the page sequence.IContentVisualComponent
AbstractVisualComponent. getReferenceComponent(ContentContext ctx)
search the equivalent component in the default language content.IContentVisualComponent
IContentVisualComponent. getReferenceComponent(ContentContext ctx)
reference to the same component in default languagestatic IContentVisualComponent
AbstractVisualComponent. getRequestComponent(javax.servlet.http.HttpServletRequest request)
get a component in the request if there are.IContentVisualComponent
AbstractVisualComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)
IContentVisualComponent
IContentVisualComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)
init the component, do that before all using.IContentVisualComponent
AbstractVisualComponent. next()
IContentVisualComponent
ContentElementList. next(ContentContext ctx)
IContentVisualComponent
IContentComponentsList. next(ContentContext ctx)
IContentVisualComponent
IContentVisualComponent. next()
get the next component on the page. if null this is the last component.IContentVisualComponent
AbstractVisualComponent. previous()
IContentVisualComponent
IContentVisualComponent. 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 void
ContentElementList. addElement(IContentVisualComponent elem)
protected void
ContentElementList. addElementAsFirst(IContentVisualComponent elem)
void
ComponentContext. addNewComponent(IContentVisualComponent comp)
void
ContentElementList. addRepeatElement(IContentVisualComponent elem)
int
AbstractVisualComponent. compareTo(IContentVisualComponent comp)
static IContentVisualComponent
ComponentFactory. createComponent(ContentContext ctx, ComponentBean bean, MenuElement inPage, IContentVisualComponent previous, IContentVisualComponent next)
static AbstractVisualComponent
ComponentFactory. CreateComponent(ContentContext ctx, ComponentBean bean, MenuElement inPage, IContentVisualComponent previous, IContentVisualComponent next)
boolean
AbstractVisualComponent. equals(ContentContext ctx, IContentVisualComponent comp)
boolean
IContentVisualComponent. equals(ContentContext ctx, IContentVisualComponent comp)
check of component is considered as the same than an other.static MirrorComponent
AbstractVisualComponent. getMirrorWrapper(ContentContext ctx, IContentVisualComponent comp)
static boolean
AbstractVisualComponent. isMirrorWrapped(ContentContext ctx, IContentVisualComponent comp)
static void
ComponentContext. prepareComponentInsertion(javax.servlet.http.HttpSession session, IContentVisualComponent comp)
String
AbstractVisualComponent. renderOtherComponent(ContentContext ctx, IContentVisualComponent comp)
static void
AbstractVisualComponent. setMirrorWrapped(ContentContext ctx, IContentVisualComponent comp, MirrorComponent mirror)
void
AbstractVisualComponent. setNextComponent(IContentVisualComponent nextComponent)
void
IContentVisualComponent. setNextComponent(IContentVisualComponent nextComponent)
change the previous componentvoid
AbstractVisualComponent. setPreviousComponent(IContentVisualComponent previousComponent)
void
IContentVisualComponent. 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 class
CalendarComponent
-
Uses of IContentVisualComponent in org.javlo.component.dynamic
Classes in org.javlo.component.dynamic that implement IContentVisualComponent Modifier and Type Class Description class
DynamicComponent
class
DynamicComponentCreator
class
DynamicComponentFactory
Methods in org.javlo.component.dynamic that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponent
DynamicComponent. 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 class
AbstractOrderComponent
class
EditBasketComponent
class
MoneybookersPayement
class
PaypalOrderComponent
class
ProductComponent
class
StripeOrderComponent
class
TransferOrderComponent
-
Uses of IContentVisualComponent in org.javlo.component.extranet
Classes in org.javlo.component.extranet that implement IContentVisualComponent Modifier and Type Class Description class
LaunchMacro
class
LoginLogoutLink
-
Uses of IContentVisualComponent in org.javlo.component.files
Classes in org.javlo.component.files that implement IContentVisualComponent Modifier and Type Class Description class
AbstractFileComponent
Abstract component for access to a file (file,image...)class
ArrayFileComponent
class
CSVArrayComponent
class
FileFinder
class
GenericFile
class
GenericFileList
class
SimpleVideo
class
Sound
class
VFSFile
-
Uses of IContentVisualComponent in org.javlo.component.form
Classes in org.javlo.component.form that implement IContentVisualComponent Modifier and Type Class Description class
AddressFormRegisterComponent
class
Contact
class
CreateContext
class
FormComponent
class
FormInputComponent
class
FormMailingComponent
This class is use for register a user :class
GenericForm
store html form in csv file and send email with parameters.class
GenericFormForRegistering
class
GenericQuiz
class
SearchResultComponent
class
SmartGenericForm
-
Uses of IContentVisualComponent in org.javlo.component.gadget
Classes in org.javlo.component.gadget that implement IContentVisualComponent Modifier and Type Class Description class
CountAccess
class
CountTool
class
Map
-
Uses of IContentVisualComponent in org.javlo.component.image
Classes in org.javlo.component.image that implement IContentVisualComponent Modifier and Type Class Description class
FreeImage
class
FreeImageWithVisibleLabel
class
GlobalImage
standard image component.class
GlobalImageSession
class
Image
simple image without filter.class
ImageBackground
class
ImageTitle
class
InvisibleImage
class
LottieAnimationComponent
-
Uses of IContentVisualComponent in org.javlo.component.layout
Classes in org.javlo.component.layout that implement IContentVisualComponent Modifier and Type Class Description class
ContentSeparation
class
PageBreak
class
PDFLayoutComponent
class
Space
-
Uses of IContentVisualComponent in org.javlo.component.links
Classes in org.javlo.component.links that implement IContentVisualComponent Modifier and Type Class Description class
AgendaImport
class
AnchorComponent
class
AnchorLink
class
Breadcrumb
class
ChangeLanguageLink
class
ChangeLanguageMenu
Links for change language of the current page.class
ChildrenLink
class
CloudTag
class
ExternalLink
class
InternalLink
class
LanguageMirrorComponent
display the list of component create in content area of a other page in place of the mirrotComponent. use "copy page" for create the link.class
Menu
component for generate a menuclass
MirrorComponent
class
MirrorLinkImportation
class
MonthChildrenLink
class
NextPage
class
PageMirrorComponent
display the list of component create in content area of a other page in place of the mirrotComponent. use "copy page" for create the link.class
PageReferenceComponent
list of links to a subset of pages.class
PDFLink
class
PreviousPage
class
RSSLink
class
RSSReader
class
RSSRegistration
class
SimpleInternalLink
class
SiteMap
class
SmartExternalLink
class
SmartExternalLinkImportation
class
SmartHTMLPageImportation
class
SmartLink
class
SubtitleLink
class
TwitterReader
class
UnsubsribeLink
class
UserInfoLink
class
WeekChildrenLink
Methods in org.javlo.component.links that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponent
MirrorComponent. getMirrorComponent(ContentContext ctx)
Method parameters in org.javlo.component.links with type arguments of type IContentVisualComponent Modifier and Type Method Description protected Date
AgendaImport. 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 class
DataList
class
FAQComponent
class
FreeTextList
class
List
-
Uses of IContentVisualComponent in org.javlo.component.meta
Classes in org.javlo.component.meta that implement IContentVisualComponent Modifier and Type Class Description class
AutoNumberComponent
class
Category
class
ColorComponent
class
ComplexEventDefinitionComponent
class
ContactInformation
class
DateComponent
class
DefinitionComponent
class
EventDefinitionComponent
class
Font
class
ForceRealContent
class
Forward
class
GraphicCharter
class
HeadMeta
class
I18nComponent
class
Keywords
class
Layouts
list of tags of the current page.class
LocationComponent
class
MetaDescription
class
NotSearchPage
class
PageCss
class
PageWeight
class
Slogan
class
Tags
list of tags of the current page.class
TaxonomyDisplayComponent
class
TimeRangeComponent
class
ToTheTopComponent
-
Uses of IContentVisualComponent in org.javlo.component.multimedia
Classes in org.javlo.component.multimedia that implement IContentVisualComponent Modifier and Type Class Description class
AllImagesGallery
class
EmbedVideo
class
FolderedMultimedia
standard image component.class
Gallery
class
Multimedia
standard image component.class
MultimediaFilter
class
MultimediaGallery
class
OnlineVideo
class
PDFMultimedia
class
Video
class
VideoContentMultimedia
-
Uses of IContentVisualComponent in org.javlo.component.navigation
Classes in org.javlo.component.navigation that implement IContentVisualComponent Modifier and Type Class Description class
PageURL
-
Uses of IContentVisualComponent in org.javlo.component.properties
Classes in org.javlo.component.properties that implement IContentVisualComponent Modifier and Type Class Description class
AbstractPropertiesComponent
-
Uses of IContentVisualComponent in org.javlo.component.social
Classes in org.javlo.component.social that implement IContentVisualComponent Modifier and Type Class Description class
FacebookChooseFriend
class
Wall
-
Uses of IContentVisualComponent in org.javlo.component.text
Classes in org.javlo.component.text that implement IContentVisualComponent Modifier and Type Class Description class
Code
class
ContactText
class
Description
class
DynamicParagraph
class
ExtendedWidget
class
FullWysiwygParagraph
class
Paragraph
class
SecureText
class
Text
class
WysiwygParagraph
class
XHTML
-
Uses of IContentVisualComponent in org.javlo.component.title
Classes in org.javlo.component.title that implement IContentVisualComponent Modifier and Type Class Description class
GroupTitle
class
Heading
class
LinkLabel
class
MenuTitle
class
PageTitle
class
SubTitle
class
Title
class
WebSiteTitle
-
Uses of IContentVisualComponent in org.javlo.component.users
Classes in org.javlo.component.users that implement IContentVisualComponent Modifier and Type Class Description class
DisplayUserInfo
class
UserLogin
class
UserRegistration
class
UserSearch
-
Uses of IContentVisualComponent in org.javlo.component.web2
Classes in org.javlo.component.web2 that implement IContentVisualComponent Modifier and Type Class Description class
ChatComponent
class
ChooseBaseContext
class
EpubConverterComponent
class
EventRegistration
class
FollowComponent
class
IMComponent
class
MyEvents
class
PageRank
class
QuizzParty
class
ReactionComponent
class
SimplePoll
class
StaticMapComponent
class
Survey
class
TaxonomySessionComponent
class
UploadFileComponent
Methods in org.javlo.component.web2 that return IContentVisualComponent Modifier and Type Method Description IContentVisualComponent
ReactionComponent. 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 class
AbstractSurvey
class
DisplayResult
class
ListSurvey
class
ResultSurvey
class
SelectSurvey
class
SortSurvey
class
SurveyGenericForm
-
Uses of IContentVisualComponent in org.javlo.fields
Subinterfaces of IContentVisualComponent in org.javlo.fields Modifier and Type Interface Description interface
IFieldContainer
Fields in org.javlo.fields declared as IContentVisualComponent Modifier and Type Field Description protected IContentVisualComponent
Field. comp
Methods in org.javlo.fields with parameters of type IContentVisualComponent Modifier and Type Method Description static Field
FieldFactory. getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String name, String type, String id)
static Field
FieldFactory. getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String placeholder, String name, String type, String id)
Field
Field. newInstance(IContentVisualComponent inComp)
-
Uses of IContentVisualComponent in org.javlo.helper
Methods in org.javlo.helper that return IContentVisualComponent Modifier and Type Method Description static IContentVisualComponent
ComponentHelper. getComponentFromRequest(ContentContext ctx)
static IContentVisualComponent
ComponentHelper. getComponentFromRequest(ContentContext ctx, String paramName)
get a component with the id in the request.static IContentVisualComponent
ComponentHelper. 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 IContentVisualComponent
ComponentHelper. getNextComponent(IContentVisualComponent inComp, ContentContext ctx)
static IContentVisualComponent
ComponentHelper. getPreviousComponent(IContentVisualComponent inComp, ContentContext ctx)
static IContentVisualComponent
ComponentHelper. 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 void
ComponentHelper. 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 boolean
CurrentLgExpandMacro. expand(ContentContext ctx, IContentVisualComponent baseComp, IContentVisualComponent targetComp)
protected boolean
DefaultLgExpandMacro. 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 IContentVisualComponent
AdminAction.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 IContentVisualComponent
Edit.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 IContentVisualComponent
MenuElement. getComponent(ContentContext ctx, String id)
IContentVisualComponent
MenuElement. getNotCacheableComponent(ContentContext ctx)
IContentVisualComponent
MenuElement. 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 IRemoteResource
LocalResourceFactory. 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 IContentVisualComponent
ContentService. getCachedComponent(ContentContext ctx, String id)
IContentVisualComponent
ContentService. getComponent(ContentContext ctx, String id)
IContentVisualComponent
ContentService. getComponentAllLanguage(ContentContext ctx, String id)
IContentVisualComponent
ContentService. 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 String
ContentService. createContentMirrorIfNeeded(ContentContext ctx, MenuElement newPage, IContentVisualComponent comp, String parentId, boolean b)
String
ReverseLinkService. replaceLink(ContentContext ctx, IContentVisualComponent comp, String contentValue)
void
ContentService. setCachedComponent(ContentContext ctx, IContentVisualComponent comp)
-