Uses of Class
org.javlo.component.core.ComponentBean
-
-
Uses of ComponentBean in org.javlo.component.column
Methods in org.javlo.component.column with parameters of type ComponentBean Modifier and Type Method Description void
TableBreak. init(ComponentBean bean, ContentContext newContext)
-
Uses of ComponentBean in org.javlo.component.core
Methods in org.javlo.component.core that return ComponentBean Modifier and Type Method Description ComponentBean
AbstractVisualComponent. getComponentBean()
ComponentBean
IContentVisualComponent. getComponentBean()
get the internal dataMethods in org.javlo.component.core that return types with arguments of type ComponentBean Modifier and Type Method Description static List<ComponentBean>
ComponentFactory. getContentByType(ContentContext ctx, String type)
Methods in org.javlo.component.core with parameters of type ComponentBean Modifier and Type Method Description int
ComponentBean. compareTo(ComponentBean bean)
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)
void
AbstractVisualComponent. forceInit(ComponentBean bean, ContentContext ctx)
void
IContentVisualComponent. forceInit(ComponentBean bean, ContentContext ctx)
force a init.protected void
AbstractVisualComponent. init(ComponentBean bean, ContentContext ctx)
void
DebugNote. init(ComponentBean bean, ContentContext newContext)
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.void
AbstractVisualComponent. setComponentBean(ComponentBean componentBean)
Constructors in org.javlo.component.core with parameters of type ComponentBean Constructor Description ComponentBean(ComponentBean bean)
ContentElementList(ComponentBean[] beans, ContentContext ctx, MenuElement inPage, boolean allArea)
Unknown(ContentContext newCtx, ComponentBean bean)
-
Uses of ComponentBean in org.javlo.component.dynamic
Methods in org.javlo.component.dynamic with parameters of type ComponentBean Modifier and Type Method Description void
DynamicComponent. init(ComponentBean bean, ContentContext newContext)
protected void
DynamicComponentFactory. init(ComponentBean bean, ContentContext ctx)
IContentVisualComponent
DynamicComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)
-
Uses of ComponentBean in org.javlo.component.files
Methods in org.javlo.component.files with parameters of type ComponentBean Modifier and Type Method Description void
AbstractFileComponent. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.component.form
Methods in org.javlo.component.form with parameters of type ComponentBean Modifier and Type Method Description protected void
AddressFormRegisterComponent. init(ComponentBean bean, ContentContext ctx)
protected void
FormMailingComponent. init(ComponentBean bean, ContentContext ctx)
protected void
GenericForm. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.component.image
Methods in org.javlo.component.image with parameters of type ComponentBean Modifier and Type Method Description void
Image. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.component.layout
Methods in org.javlo.component.layout with parameters of type ComponentBean Modifier and Type Method Description protected void
PDFLayoutComponent. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.component.links
Methods in org.javlo.component.links with parameters of type ComponentBean Modifier and Type Method Description void
AnchorLink. init(ComponentBean bean, ContentContext newContext)
void
ChangeLanguageLink. init(ComponentBean bean, ContentContext newContext)
void
ExternalLink. init(ComponentBean bean, ContentContext newContext)
void
InternalLink. init(ComponentBean bean, ContentContext newContext)
void
LanguageMirrorComponent. init(ComponentBean bean, ContentContext newContext)
void
MirrorComponent. init(ComponentBean bean, ContentContext newContext)
void
PageMirrorComponent. init(ComponentBean bean, ContentContext newContext)
void
PageReferenceComponent. init(ComponentBean bean, ContentContext newContext)
void
RSSLink. init(ComponentBean bean, ContentContext newContext)
void
RSSReader. init(ComponentBean bean, ContentContext newContext)
void
SimpleInternalLink. init(ComponentBean bean, ContentContext newContext)
void
SmartExternalLink. init(ComponentBean bean, ContentContext newContext)
void
SmartExternalLinkImportation. init(ComponentBean bean, ContentContext newContext)
-
Uses of ComponentBean in org.javlo.component.list
Methods in org.javlo.component.list with parameters of type ComponentBean Modifier and Type Method Description void
FAQComponent. init(ComponentBean bean, ContentContext newContext)
-
Uses of ComponentBean in org.javlo.component.meta
Methods in org.javlo.component.meta with parameters of type ComponentBean Modifier and Type Method Description void
Tags. init(ComponentBean bean, ContentContext newContext)
-
Uses of ComponentBean in org.javlo.component.multimedia
Methods in org.javlo.component.multimedia with parameters of type ComponentBean Modifier and Type Method Description void
Multimedia. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.component.properties
Methods in org.javlo.component.properties with parameters of type ComponentBean Modifier and Type Method Description void
AbstractPropertiesComponent. init(ComponentBean bean, ContentContext newContext)
-
Uses of ComponentBean in org.javlo.component.text
Methods in org.javlo.component.text with parameters of type ComponentBean Modifier and Type Method Description protected void
ContactText. init(ComponentBean bean, ContentContext ctx)
protected void
DynamicParagraph. init(ComponentBean bean, ContentContext ctx)
void
ExtendedWidget. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.component.title
Methods in org.javlo.component.title with parameters of type ComponentBean Modifier and Type Method Description void
Heading. init(ComponentBean bean, ContentContext newContext)
protected void
SubTitle. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.component.users
Methods in org.javlo.component.users with parameters of type ComponentBean Modifier and Type Method Description void
UserLogin. init(ComponentBean bean, ContentContext ctx)
protected void
UserRegistration. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.component.web2
Methods in org.javlo.component.web2 with parameters of type ComponentBean Modifier and Type Method Description protected void
SimplePoll. init(ComponentBean bean, ContentContext ctx)
IContentVisualComponent
ReactionComponent. newInstance(ComponentBean bean, ContentContext newCtx, MenuElement page)
-
Uses of ComponentBean in org.javlo.component.web2.survey
Methods in org.javlo.component.web2.survey with parameters of type ComponentBean Modifier and Type Method Description void
AbstractSurvey. init(ComponentBean bean, ContentContext ctx)
-
Uses of ComponentBean in org.javlo.helper
Methods in org.javlo.helper that return types with arguments of type ComponentBean Modifier and Type Method Description static List<ComponentBean>
ContentHelper. createContentFromArray(GlobalContext gc, InputStream in, String name, String lang)
static List<ComponentBean>
ContentHelper. createContentFromDocx(ContentContext ctx, InputStream in, MenuElement page, String name, String lang)
static List<ComponentBean>
ContentHelper. createContentFromODT(GlobalContext gc, InputStream in, String name, String lang)
static List<ComponentBean>
ContentHelper. createContentWithHTML(String html, String lg)
static List<ComponentBean>
ContentHelper. getAllComponentsOfChildren(MenuElement page)
get all component in a page and children of the page.Method parameters in org.javlo.helper with type arguments of type ComponentBean Modifier and Type Method Description static void
ComponentHelper. changeAllArea(Iterable<ComponentBean> beans, String newArea)
change all area of a componentBean list. -
Uses of ComponentBean in org.javlo.navigation
Methods in org.javlo.navigation that return ComponentBean Modifier and Type Method Description ComponentBean[]
MenuElement. getAllLocalContentBean()
ComponentBean[]
MenuElement. getContent()
Methods in org.javlo.navigation that return types with arguments of type ComponentBean Modifier and Type Method Description List<ComponentBean>
MenuElement. getContentAsList()
Methods in org.javlo.navigation with parameters of type ComponentBean Modifier and Type Method Description void
MenuElement. addContent(String parentId, ComponentBean bean)
void
MenuElement. addContent(String parentId, ComponentBean bean, boolean realeaseCache)
void
MenuElement. setContent(ComponentBean[] newContent)
void
MenuElement. setContentStayCache(ComponentBean[] newContent)
-
Uses of ComponentBean in org.javlo.service
Methods in org.javlo.service that return ComponentBean Modifier and Type Method Description ComponentBean
ClipBoard. getCopiedComponent(ContentContext ctx)
Methods in org.javlo.service with parameters of type ComponentBean Modifier and Type Method Description static int
ConvertToCurrentVersion. convert(ContentContext ctx, ComponentBean bean, String version)
String
ContentService. createContent(ContentContext ctx, ComponentBean inBean, String parentId, boolean releaseCache)
String
ContentService. createContent(ContentContext ctx, MenuElement page, String area, String parentId, ComponentBean inBean, boolean releaseCache)
String
ContentService. createContent(ContentContext ctx, MenuElement page, ComponentBean inBean, String parentId, boolean releaseCache)
String
ContentService. createContent(ContentContext ctx, MenuElement page, ComponentBean inBean, String parentId, boolean releaseCache, MenuElement sourcePage, Map<String,Collection<MirrorComponent>> mirrorNeedMoving)
String
ContentService. createContentAtEnd(ContentContext ctx, ComponentBean inBean, boolean releaseCache)
String
ContentService. createContentWidthId(ContentContext ctx, MenuElement page, String area, String parentId, ComponentBean inBean, boolean releaseCache)
Method parameters in org.javlo.service with type arguments of type ComponentBean Modifier and Type Method Description String
ContentService. createContent(ContentContext ctx, Collection<ComponentBean> inBean, String parentId, boolean releaseCache)
String
ContentService. createContent(ContentContext ctx, MenuElement page, Iterable<ComponentBean> inBean, String parentId, boolean releaseCache)
-
Uses of ComponentBean in org.javlo.service.shared
Fields in org.javlo.service.shared with type parameters of type ComponentBean Modifier and Type Field Description protected List<ComponentBean>
SharedContent. content
Methods in org.javlo.service.shared that return ComponentBean Modifier and Type Method Description protected ComponentBean
LocalFileSharedContentProvider. getComponentBean(String name, String category, String specialValue, String lg)
protected ComponentBean
LocalImageSharedContentProvider. getComponentBean(String name, String category, String specialValue, String lg)
Methods in org.javlo.service.shared that return types with arguments of type ComponentBean Modifier and Type Method Description List<ComponentBean>
SharedContent. getContent()
get the content as javlo ComponentBean.Methods in org.javlo.service.shared with parameters of type ComponentBean Modifier and Type Method Description protected String
LocalFileSharedContentProvider. getPreviewURL(ContentContext ctx, ComponentBean compBean)
protected String
LocalImageSharedContentProvider. getPreviewURL(ContentContext ctx, ComponentBean compBean)
Constructors in org.javlo.service.shared with parameters of type ComponentBean Constructor Description SharedContent(String id, ComponentBean content)
Constructor parameters in org.javlo.service.shared with type arguments of type ComponentBean Constructor Description SharedContent(String id, Collection<ComponentBean> content)
-
Uses of ComponentBean in org.javlo.service.shared.fotogrph
Constructor parameters in org.javlo.service.shared.fotogrph with type arguments of type ComponentBean Constructor Description FotogrphSharedContent(String id, Collection<ComponentBean> content)
-
Uses of ComponentBean in org.javlo.service.shared.pixabay
Constructor parameters in org.javlo.service.shared.pixabay with type arguments of type ComponentBean Constructor Description RemoteImageSharedContent(String id, Collection<ComponentBean> content, String folder)
-
Uses of ComponentBean in org.javlo.service.shared.stockvault
Constructor parameters in org.javlo.service.shared.stockvault with type arguments of type ComponentBean Constructor Description StockvaultSharedContent(String id, Collection<ComponentBean> content)
-
Uses of ComponentBean in org.javlo.service.shared.url
Constructor parameters in org.javlo.service.shared.url with type arguments of type ComponentBean Constructor Description URLSharedContent(String id, Collection<ComponentBean> content)
-
Uses of ComponentBean in org.javlo.utils
Methods in org.javlo.utils that return types with arguments of type ComponentBean Modifier and Type Method Description static List<ComponentBean>
DocxUtils. extractContent(GlobalContext globalContext, InputStream in, String resourceFolder)
-