A B C D E F G H I J L M N O P R S T U V W X

A

AbstractCameleonApplication - Class in com.alogient.cameleon.extension.wicket
Base WebApplication class
AbstractCameleonApplication() - Constructor for class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
AbstractCameleonPage<T extends com.alogient.cameleon.sdk.content.model.AbstractCameleonModel> - Class in com.alogient.cameleon.extension.wicket.ui.page
This page must be extended by all sub pages which would like to interact with Cameleon.
AbstractCameleonPage() - Constructor for class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Constructor.
AbstractCameleonPage(PageParameters) - Constructor for class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Constructor.
AbstractCameleonSession - Class in com.alogient.cameleon.extension.wicket
Our custom web session implementation.
AbstractCameleonSession(Request) - Constructor for class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
Constructor.
accept(FeedbackMessage) - Method in class com.alogient.cameleon.extension.wicket.ui.form.component.ErrorLevelsFeedbackMessageFilter
Method accept, only accept FeedbackMessages that are not in the list of error levels to filter.
addCmsValidationPanelIfNeeded(String, T, MarkupContainer) - Static method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
addDebugBarIfNeeded(String, MarkupContainer) - Static method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
addMenuPanel(String, String, int) - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Add the menu panel
addSorted(T) - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoiceList
Add item to list if not there and then sort.
addStaticRoute(StaticRoute) - Static method in class com.alogient.cameleon.extension.wicket.util.RoutingHelper
Deprecated. Add a static route.
AjaxValidationStyleBehavior - Class in com.alogient.cameleon.extension.wicket.ui.form.component
Behavior that checks if a FormComponent is valid.
AjaxValidationStyleBehavior(String, Component) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.AjaxValidationStyleBehavior
Constructor.
AjaxValidationStyleBehavior(String, Component, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.AjaxValidationStyleBehavior
Constructor.
application - Variable in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
The application
authenticate(String, String) - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
 
autodiscoveryLink(ResourceReference) - Static method in class com.alogient.cameleon.extension.wicket.ui.web20.rss.FeedResource
 
autodiscoveryLink(ResourceReference, ValueMap) - Static method in class com.alogient.cameleon.extension.wicket.ui.web20.rss.FeedResource
create a header contribution that will render an autodiscovery link to the feed resource.
AutoVisibleFeedbackLabel - Class in com.alogient.cameleon.extension.wicket.ui.form.component
 
AutoVisibleFeedbackLabel(String, FormComponent<?>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.AutoVisibleFeedbackLabel
 

B

BaseFormConfirm<T extends com.alogient.cameleon.sdk.form.vo.formelement.AbstractElementVo<? extends Object>> - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
BaseFormConfirm(String, T) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.BaseFormConfirm
 
BaseFormField<T,Y extends com.alogient.cameleon.sdk.form.vo.formelement.AbstractElementVo<? extends Object>> - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
BaseFormField(String, Y, IModel<T>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.BaseFormField
 
BlogArticleDetailPanel - Class in com.alogient.cameleon.extension.wicket.ui.blog
Used to display the detail of one article
BlogArticleDetailPanel(String, IModel<ArticleVo>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.blog.BlogArticleDetailPanel
Default constructor
BlogArticlePanel - Class in com.alogient.cameleon.extension.wicket.ui.blog
Used to display a blog
BlogArticlePanel(String, Integer, CultureVo, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.blog.BlogArticlePanel
Contruct a blog article panel
BlogArticlePanel.DetailLink - Class in com.alogient.cameleon.extension.wicket.ui.blog
 
BlogArticlePanel.DetailLink(String, ArticleVo) - Constructor for class com.alogient.cameleon.extension.wicket.ui.blog.BlogArticlePanel.DetailLink
 
BlogFeedResource - Class in com.alogient.cameleon.extension.wicket.ui.blog
Used to generate a RSS for Cameleon.
BlogFeedResource(String, String, String, Integer) - Constructor for class com.alogient.cameleon.extension.wicket.ui.blog.BlogFeedResource
Construct a cameleon blog feed ressources
buildField(Y, IModel<T>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.BaseFormField
 
buildField(NumberElementVo, IModel<Long>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.LongFormField
buildField(SelectGroupElementsVo, IModel<Collection<NameValueElementVo>>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.MultipleSelectGroupFormField
buildField(RadioGroupElementsVo, IModel<NameValueElementVo>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.RadioGroupFormField
buildField(SelectGroupElementsVo, IModel<NameValueElementVo>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.SelectGroupFormField
buildField(TextAreaElementVo, IModel<String>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.TextAreaFormField
buildField(TextElementVo, IModel<String>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.TextFormField
buildField(UploadElementVo, IModel<FileUpload>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.UploadFormField

C

CAMELEON_LANGUAGE_COOKIE - Static variable in class com.alogient.cameleon.extension.wicket.util.NavigationHelper
Deprecated. The name of the language cookie
CameleonForm - Class in com.alogient.cameleon.extension.wicket.ui.form.generic
User: jmirc Date: 18-Feb-2010 Time: 2:48:49 PM
CameleonForm(Integer, boolean) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
 
CameleonForm(Integer, Integer) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
 
CameleonForm(Integer) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
 
CameleonForm(Integer, Integer, boolean) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
 
CameleonFormComponentLabel - Class in com.alogient.cameleon.extension.wicket.ui.component
 
CameleonFormComponentLabel(String, FormComponent<?>, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.CameleonFormComponentLabel
 
CameleonFormHelper - Class in com.alogient.cameleon.extension.wicket.util
 
CameleonFormList - Class in com.alogient.cameleon.extension.wicket.ui.form.generic
Create a list of elements User: jmirc Date: 18-Feb-2010 Time: 3:11:07 PM
CameleonFormList(String, List<AbstractElementVo<? extends Serializable>>, boolean) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonFormList
Default constructor
CameleonFormModel - Class in com.alogient.cameleon.extension.wicket.ui.form.model
This model is used in conjunction with the GenericFormModel to save the type of the element and the value associated
CameleonFormModel() - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.model.CameleonFormModel
 
CameleonFormPanel - Class in com.alogient.cameleon.extension.wicket.ui.form.generic
This panel is used to contain a form generated using the Cameleon Form manager

User: jmirc Date: 18-Feb-2010 Time: 2:36:54 PM

CameleonFormPanel(String, CameleonForm, MenuVo) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonFormPanel
Default constructor
CameleonFormPanel(String, CameleonForm, MenuVo, boolean) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonFormPanel
Default constructor
CameleonHttpsRequestCycleProcessor - Class in com.alogient.cameleon.extension.wicket
 
CameleonHttpsRequestCycleProcessor() - Constructor for class com.alogient.cameleon.extension.wicket.CameleonHttpsRequestCycleProcessor
 
CameleonHttpsRequestCycleProcessor.Protocol - Enum in com.alogient.cameleon.extension.wicket
Protocols
CameleonListValidator - Class in com.alogient.cameleon.extension.wicket.ui.form.element.validator
This validator is used to validate a list of NameValueElementVo objects
CameleonListValidator() - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.validator.CameleonListValidator
 
CameleonListValidator.MaximumSelectedValidator - Class in com.alogient.cameleon.extension.wicket.ui.form.element.validator
Validator for checking if the number of allowed selected items is less than the allowed value.
CameleonListValidator.MaximumSelectedValidator(Integer) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.validator.CameleonListValidator.MaximumSelectedValidator
 
CameleonListValidator.MinimumSelectedValidator - Class in com.alogient.cameleon.extension.wicket.ui.form.element.validator
Validator for checking if the user has selected a minimum of items
CameleonListValidator.MinimumSelectedValidator(Integer) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.validator.CameleonListValidator.MinimumSelectedValidator
 
CameleonMenuLink - Class in com.alogient.cameleon.extension.wicket.ui.nav
 
CameleonMenuLink(String, MenuVo) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.CameleonMenuLink
 
CameleonPagingNavigator - Class in com.alogient.cameleon.extension.wicket.ui.component
 
CameleonPagingNavigator(String, IPageable, Integer, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.CameleonPagingNavigator
 
CameleonPagingNavigator(String, IPageable, Integer, String, Map<String, String>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.CameleonPagingNavigator
 
CameleonRedirectRequestTarget - Class in com.alogient.cameleon.extension.wicket.wicket.request
User: jmirc Date: 30-Nov-2009 Time: 11:03:48 AM
CameleonRedirectRequestTarget(String) - Constructor for class com.alogient.cameleon.extension.wicket.wicket.request.CameleonRedirectRequestTarget
Your URL should be one of the following: Fully qualified "http://foo.com/bar" Relative to the Wicket filter/servlet, e.g.
CameleonRemoteImage - Class in com.alogient.cameleon.extension.wicket.ui.component
You will need to fetch the remote image in the background while using HTTPS

The format of the URL should be

IMAGE TYPE 0 - Original 1 - Presentation 2 - Thumbnail

Is live mode http://cameleonURL/CMS/Media/


D

decode(RequestParameters) - Method in class com.alogient.cameleon.extension.wicket.ui.codingStrategy.FreeMediaURIRequestTargetUrlCodingStrategy
 
DEFAULT_ERROR_RESSOURCE_KEY - Static variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
DEFAULT_LIVE_ROUTE - Static variable in class com.alogient.cameleon.extension.wicket.util.RoutingHelper
Deprecated.  
DEFAULT_THEME - Static variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
detach() - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.GenericFormModel
 
detach() - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.PropertyFormModel
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.alogient.cameleon.extension.wicket.CameleonWicketFilter

E

encodeURL(CharSequence) - Method in class com.alogient.cameleon.extension.wicket.wicket.response.CameleonWebResponse
 
ErrorLevelsFeedbackMessageFilter - Class in com.alogient.cameleon.extension.wicket.ui.form.component
Filter for accepting only feedback messages with this error level.
ErrorLevelsFeedbackMessageFilter(int[]) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.ErrorLevelsFeedbackMessageFilter
Constructor

F

FBConnectPanel - Class in com.alogient.cameleon.extension.wicket.ui.web20.facebook
This panel could be used to integrate a facebook login button using fbml and getting a callback from Facebook

User: jmirc Date: 18-Jan-2010 Time: 11:50:38 AM

FBConnectPanel(String, String, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.web20.facebook.FBConnectPanel
Default constructor
FeedbackLabel - Class in com.alogient.cameleon.extension.wicket.ui.form.component
Label displaying feedback messages for FormComponents.
FeedbackLabel(String, FormComponent) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.FeedbackLabel
Call this constructor if you just want to display the FeedbackMessage of the component
FeedbackLabel(String, FormComponent, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.FeedbackLabel
Call this constructor if you want to display a custom text
FeedbackLabel(String, FormComponent, IModel) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.FeedbackLabel
Call this constructor if you want to display a custom model (for easy i18n)
FeedResource - Class in com.alogient.cameleon.extension.wicket.ui.web20.rss
Wicket WebResource for streaming RSS/Atom Feeds.
FeedResource() - Constructor for class com.alogient.cameleon.extension.wicket.ui.web20.rss.FeedResource
 
findBestMatch(String, Enumeration<Locale>, Collection<CultureVo>) - Static method in class com.alogient.cameleon.extension.wicket.util.NavigationHelper
Deprecated.  
formComponent - Variable in class com.alogient.cameleon.extension.wicket.ui.form.element.BaseFormField
 
formComponent - Variable in class com.alogient.cameleon.extension.wicket.ui.form.element.CheckBoxGroupFormField
The form component
FreeMediaURIRequestTargetUrlCodingStrategy - Class in com.alogient.cameleon.extension.wicket.ui.codingStrategy
User: jmirc Date: 10-Dec-2009 Time: 11:49:12 AM
FreeMediaURIRequestTargetUrlCodingStrategy(String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.codingStrategy.FreeMediaURIRequestTargetUrlCodingStrategy
 

G

generateMenu(List<MenuVo>) - Method in class com.alogient.cameleon.extension.wicket.ui.page.SiteMapPage
 
GenericFormModel - Class in com.alogient.cameleon.extension.wicket.ui.form.model
This model is used as a generic model
GenericFormModel() - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.model.GenericFormModel
 
get() - Static method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
Returns the current application as an instance of this class.
get() - Static method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
 
getAccessDeniedPage() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getAnswer() - Method in class com.alogient.cameleon.extension.wicket.ui.component.captcha.JcaptchaPanel
 
getApplication() - Static method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getApplicationContext() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getApplicationName() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getAuthenticationManager() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getAuthenticationVo() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
 
getBasePackage() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getBlogArticleDetailPage() - Method in class com.alogient.cameleon.extension.wicket.ui.blog.BlogArticleDetailPanel
 
getBlogArticleDetailPage(ArticleVo) - Method in interface com.alogient.cameleon.extension.wicket.ui.blog.IBlogArticlePage
Used to retrieve the article page
getBlogArticleEditPage(ArticleVo) - Method in interface com.alogient.cameleon.extension.wicket.ui.blog.IBlogArticlePage
Used to edit the article page
getBlogArticlePage() - Method in class com.alogient.cameleon.extension.wicket.ui.blog.BlogArticlePanel
 
getBlogRssPage() - Method in interface com.alogient.cameleon.extension.wicket.ui.blog.IBlogArticlePage
Used to retrieve the rss page
getBlogRssPageUrl() - Method in interface com.alogient.cameleon.extension.wicket.ui.blog.IBlogArticlePage
Used to retrieve the rss blog page
getBlogService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getCameleonPageId() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Returns the page id.
getCameleonSession() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
getCameleonSignInPageClass() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getConfiguration() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getCultureService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getCultureVo() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
Deprecated. 
getCurrentCulture() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
getCurrentMenu() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
Deprecated. 
getCurrentMenu() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
getCustomAuthentication(String, String) - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
Called when you want to use a custom authentication.
getCustomAuthentication(String, String) - Method in class com.alogient.cameleon.extension.wicket.CameleonSession
Called when you want to use a custom authentication.
getDefaultCulture() - Static method in class com.alogient.cameleon.extension.wicket.util.NavigationHelper
Deprecated.  
getDisplay() - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoice
 
getDisplayValue(T) - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoiceList
Get the display value from the SelectChoice (what the user sees)
getDocumentByNavId(Integer, Class<TModel>) - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Get the document from NavId and culture
getDocumentlByPageId(Integer, Class<TModel>) - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Get the document from page id
getDocumentsByPageId(Integer, Class<? extends AbstractCameleonModel>...) - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Get a list of documents from a specific node
getElementType() - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.CameleonFormModel
 
getExpiredErrorPage() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getFeed() - Method in class com.alogient.cameleon.extension.wicket.ui.blog.BlogFeedResource
 
getFeed() - Method in class com.alogient.cameleon.extension.wicket.ui.web20.rss.FeedResource
extension point for rendering the desired feed.
getFirstMenuInstance(Class<? extends AbstractCameleonPage<? extends AbstractCameleonModel>>) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
 
getFirstMenuInstance(MenuVo, Class<? extends AbstractCameleonPage<? extends AbstractCameleonModel>>) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
 
getFirstMenuInstance(MenuVo, Class<? extends AbstractCameleonPage<? extends AbstractCameleonModel>>) - Static method in class com.alogient.cameleon.extension.wicket.util.NavigationHelper
Deprecated. 
getFormCommmentPanel(String) - Method in interface com.alogient.cameleon.extension.wicket.ui.blog.IBlogArticleDetailPage
 
getFormComponent() - Method in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
getFormService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getFormVo() - Method in class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
 
getHomePage() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
Application subclasses must specify a home page class by implementing this abstract method.
getHttpErrorPage() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
Used to manage any HTTP Error pages.
getIdValue(T, int) - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoiceList
Get key value (what is returned from browser)
getImageService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getInternalErrorPage() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getJCaptchaService() - Method in interface com.alogient.cameleon.extension.wicket.ui.component.captcha.JCaptchaServiceProvider
 
getKey() - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoice
 
getKeyAsString() - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoice
 
getMarkupType() - Method in class com.alogient.cameleon.extension.wicket.ui.page.RobotPage
 
getMarkupType() - Method in class com.alogient.cameleon.extension.wicket.ui.page.SiteMapPage
 
getMembershipService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getMenu() - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
 
getMenu(CultureVo) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
 
getMenu(String) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
 
getMenuCache() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getMenuFromNavId(Integer) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
Tries to find recursively a menu with a certain navid
getMenuFromNavId(CultureVo, Integer) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
Tries to find recursively a menu with a certain navid
getMenuFromNavId(List<MenuVo>, int) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
Tries to find recursively a menu with a certain navid
getMenuFromNavId(ModeType, CultureVo, Integer) - Static method in class com.alogient.cameleon.extension.wicket.util.NavigationHelper
Deprecated. 
getMenuFromPageId(Integer) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
Tries to find recursively a menu with a certain pageid
getMenuFromPageId(List<MenuVo>, int) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
Tries to find recursively a menu with a certain navid
getMenuService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getModeType() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
Deprecated. 
getObject() - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.CameleonFormModel
 
getObject(String) - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.GenericFormModel
 
getObject() - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.GenericFormModel
 
getObject() - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.PropertyFormModel
 
getPageModel() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
getPageModelClass() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Returns the model associated with this page
getPageService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getPageService() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
getPageTitle() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
getProfileFields() - Method in class com.alogient.cameleon.extension.wicket.ui.web20.facebook.FBConnectPanel
 
getRecaptcha() - Method in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
getRedirectTargetFromNavId(Integer) - Static method in class com.alogient.cameleon.extension.wicket.ui.nav.WicketNavigationHelper
Deprecated. 
getRedirectUrl() - Method in class com.alogient.cameleon.extension.wicket.wicket.request.CameleonRedirectRequestTarget
 
getResourceParameters() - Method in class com.alogient.cameleon.extension.wicket.ui.component.CameleonRemoteImage
 
getResourceReference() - Method in class com.alogient.cameleon.extension.wicket.ui.component.CameleonRemoteImage
 
getResourceState() - Method in class com.alogient.cameleon.extension.wicket.ui.resource.ImageResource
Load the image entry
getResourceStream() - Method in class com.alogient.cameleon.extension.wicket.ui.web20.rss.FeedResource
 
getRoles() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
 
getRootMenu() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
 
getRoute() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.WicketStaticRoute
 
getRouteClass() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.WicketStaticRoute
 
getSearchService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getSignInPageClass() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getSiteService() - Static method in class com.alogient.cameleon.extension.wicket.ServiceHelper
 
getStaticRoutes() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
getStaticRoutes() - Static method in class com.alogient.cameleon.extension.wicket.util.RoutingHelper
Deprecated.  
getStepElements() - Method in class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
 
getSubDocumentsByNavId(Integer, Class<TModel>) - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Get a list of sub pages from a specific node
getSubDocumentsByNavId(Integer, Class<? extends AbstractCameleonModel>...) - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Get a list of sub pages from a specific node
getSubDocumentsByPageId(Integer, Class<TModel>) - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Get a list of documents from a specific node
getSubmitButton() - Method in class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonFormPanel
Used to redefine the kind of button which should be implemented
getTemplateNameFromRoute(String) - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
 
getURL() - Method in class com.alogient.cameleon.extension.wicket.ui.blog.BlogArticlePanel.DetailLink
 
getURL() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.CameleonMenuLink
getURL() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.HrefLink
getURL() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.NavIdLink
getUrlCodingStrategy() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.WicketStaticRoute
 
getWebSessionClass() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
GoogleAnalyticsPanel - Class in com.alogient.cameleon.extension.wicket.ui.panel
 
GoogleAnalyticsPanel(String, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.GoogleAnalyticsPanel
Deprecated. 
GoogleAnalyticsPanel(String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.GoogleAnalyticsPanel
 

H

handleAuthenticationFailed() - Method in class com.alogient.cameleon.extension.wicket.ui.web20.facebook.FBConnectPanel
Called when the authentication using facebook has failed.
handleAuthenticationSuccessful(Map<String, Object>) - Method in class com.alogient.cameleon.extension.wicket.ui.web20.facebook.FBConnectPanel
 
handleFacebookCallback(Page) - Method in class com.alogient.cameleon.extension.wicket.ui.web20.facebook.FBConnectPanel
All that we do to log you in from facebook.
HrefLink - Class in com.alogient.cameleon.extension.wicket.ui.nav
 
HrefLink(String, IModel<String>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.HrefLink
 
HrefLink(String, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.HrefLink
 
HrefLink(String, ResourceModel) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.HrefLink
 

I

IBlogArticleDetailPage - Interface in com.alogient.cameleon.extension.wicket.ui.blog
Used to define custom services.
IBlogArticlePage - Interface in com.alogient.cameleon.extension.wicket.ui.blog
This interface must be implemented by any page which want to add a BlogArticleDetail panel
ID_MARKUP - Static variable in class com.alogient.cameleon.extension.wicket.ui.cmsvalidation.CmsValidationPanel
 
ImageResource - Class in com.alogient.cameleon.extension.wicket.ui.resource
A resource that provides image from the holding dir.
ImageResource() - Constructor for class com.alogient.cameleon.extension.wicket.ui.resource.ImageResource
default constructor
init() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
init() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
Initialize.
init(AbstractCameleonApplication) - Static method in class com.alogient.cameleon.extension.wicket.ui.nav.WicketNavigationHelper
Deprecated. Initialize the menu
init(Boolean) - Static method in class com.alogient.cameleon.extension.wicket.util.NavigationHelper
Deprecated. Load the default culture as well as the live menu and the preview menu
IntegerSelectChoice - Class in com.alogient.cameleon.extension.wicket.ui.component
Integer select choice
IntegerSelectChoice(Integer, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.IntegerSelectChoice
isAgent(String) - Static method in class com.alogient.cameleon.extension.wicket.wicket.response.CameleonWebResponse
Detect if the user-agent is a bot
isAuthenticated() - Method in class com.alogient.cameleon.extension.wicket.ui.web20.facebook.FBConnectPanel
Check if the user is already logged-in
isSecurityAware() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
isUseUrlCodingStrategy() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.WicketStaticRoute
 
isValid() - Method in class com.alogient.cameleon.extension.wicket.ui.form.component.FeedbackLabel
Gets whether this FeedbackLabel's associated component is 'valid'.
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.component.AutoVisibleFeedbackLabel
 
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.CheckBoxGroupFormConfirm
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.LongFormConfirm
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.MultipleSelectGroupFormConfirm
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.RadioGroupFormConfirm
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.SelectGroupFormConfirm
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.TextAreaFormConfirm
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.TextFormConfirm
isVisible() - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.UploadFormConfirm

J

JcaptchaPanel - Class in com.alogient.cameleon.extension.wicket.ui.component.captcha
 
JcaptchaPanel(String, String, JCaptchaServiceProvider) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.captcha.JcaptchaPanel
Default ctor for the panel
JCaptchaServiceProvider - Interface in com.alogient.cameleon.extension.wicket.ui.component.captcha
 

L

label - Variable in class com.alogient.cameleon.extension.wicket.ui.form.element.BaseFormField
 
label - Variable in class com.alogient.cameleon.extension.wicket.ui.form.element.CheckBoxGroupFormField
The label
linkalize(String) - Static method in class com.alogient.cameleon.extension.wicket.util.RssUtils
 
load() - Method in class com.alogient.cameleon.extension.wicket.ui.web20.rss.SyndEntryListModel
 
LocalRedirectorPage - Class in com.alogient.cameleon.extension.wicket.ui.page
The default home page.
LocalRedirectorPage() - Constructor for class com.alogient.cameleon.extension.wicket.ui.page.LocalRedirectorPage
Constructor.
log - Variable in class com.alogient.cameleon.extension.wicket.NavigationCache
The log for this class
LOG - Static variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.JcaptchaPanel
 
log - Variable in class com.alogient.cameleon.extension.wicket.ui.panel.SolrSearchResultPanel
The log for this class
LOGGER - Static variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaValidator
 
LOGGER - Static variable in class com.alogient.cameleon.extension.wicket.util.NavigationHelper
Deprecated.  
LongFormConfirm - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
LongFormConfirm(String, NumberElementVo, IModel<Long>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.LongFormConfirm
 
LongFormField - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
LongFormField(String, NumberElementVo, IModel<Long>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.LongFormField
 

M

magicAnswer - Variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.JcaptchaPanel
 
MenuPanel - Class in com.alogient.cameleon.extension.wicket.ui.panel
User: Jérôme Mirc Date: 7-Aug-2009 Time: 6:50:32 AM
MenuPanel(String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.MenuPanel
Only for testing perspective.
MenuPanel(String, int) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.MenuPanel
 
MenuPanel(String, String, int) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.MenuPanel
 
menuService - Variable in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
The menu service
MultipleSelectGroupFormConfirm - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
MultipleSelectGroupFormConfirm(String, SelectGroupElementsVo, IModel<List<NameValueElementVo>>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.MultipleSelectGroupFormConfirm
 
MultipleSelectGroupFormField - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
MultipleSelectGroupFormField(String, SelectGroupElementsVo, IModel<Collection<NameValueElementVo>>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.MultipleSelectGroupFormField
 

N

NavIdLink - Class in com.alogient.cameleon.extension.wicket.ui.nav
 
NavIdLink(String, IModel<Integer>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.NavIdLink
 
NavIdLink(String, Integer) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.NavIdLink
 
NavIdLink(String, MenuVo) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.NavIdLink
 
NavIdLink(String, Integer, MenuVo) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.NavIdLink
 
NavIdLink(String, IModel<Integer>, Map<String, String>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.NavIdLink
 
NavigationCache - Class in com.alogient.cameleon.extension.wicket
 
NavigationCache(AbstractCameleonApplication, boolean) - Constructor for class com.alogient.cameleon.extension.wicket.NavigationCache
 
NavigationHelper - Class in com.alogient.cameleon.extension.wicket.util
Deprecated. 
newNavigation(IPageable) - Method in class com.alogient.cameleon.extension.wicket.ui.component.CameleonPagingNavigator
 
newPagingNavigationIncrementLink(String, IPageable, int) - Method in class com.alogient.cameleon.extension.wicket.ui.component.CameleonPagingNavigator
Taken from the PagingNavigator
newRequestCodingStrategy() - Method in class com.alogient.cameleon.extension.wicket.CameleonHttpsRequestCycleProcessor
 
newRequestCycle(Request, Response) - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
newRequestCycleProcessor() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
newSession(Request, Response) - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
newWebResponse(HttpServletResponse) - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 

O

onBeforeRender() - Method in class com.alogient.cameleon.extension.wicket.ui.component.CameleonPagingNavigator
onBeforeRender() - Method in class com.alogient.cameleon.extension.wicket.ui.form.component.FeedbackLabel
Set the content of this FeedbackLabel, depending on if the component has a FeedbackMessage.
onBeginRequest() - Method in class com.alogient.cameleon.extension.wicket.WicketRequestCycle
onClick() - Method in class com.alogient.cameleon.extension.wicket.ui.blog.BlogArticlePanel.DetailLink
 
onClick() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.CameleonMenuLink
onClick() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.HrefLink
onClick() - Method in class com.alogient.cameleon.extension.wicket.ui.nav.NavIdLink
onComponentTag(ComponentTag) - Method in class com.alogient.cameleon.extension.wicket.ui.component.CameleonRemoteImage
 
onComponentTag(ComponentTag) - Method in class com.alogient.cameleon.extension.wicket.ui.form.component.AjaxValidationStyleBehavior
onComponentTag(Component, ComponentTag) - Method in class com.alogient.cameleon.extension.wicket.ui.form.component.ValidationStyleBehavior
onComponentTagBody(MarkupStream, ComponentTag) - Method in class com.alogient.cameleon.extension.wicket.ui.component.CameleonFormComponentLabel
 
onDestroy() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
onEndRequest() - Method in class com.alogient.cameleon.extension.wicket.WicketRequestCycle
onError(AjaxRequestTarget, RuntimeException) - Method in class com.alogient.cameleon.extension.wicket.ui.form.component.AjaxValidationStyleBehavior
Listener invoked on the ajax request.
onlySupportDefaultLanguage() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
The project by default supports multi-languages Some projects are only available in one language.
onRuntimeException(Page, RuntimeException) - Method in class com.alogient.cameleon.extension.wicket.WicketRequestCycle
 
onSubmit() - Method in class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
 
onSuccessfull() - Method in class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
Called when the form has been successfully submitted
onUnSuccessfull() - Method in class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
Called when the form has been unsuccessfully submitted
onUpdate(AjaxRequestTarget) - Method in class com.alogient.cameleon.extension.wicket.ui.form.component.AjaxValidationStyleBehavior
Listener invoked on the ajax request.
onValidate(IValidatable<Collection<NameValueElementVo>>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.validator.CameleonListValidator.MaximumSelectedValidator
 
onValidate(IValidatable<Collection<NameValueElementVo>>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.element.validator.CameleonListValidator.MinimumSelectedValidator
 

P

pageService - Variable in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
The page service
populateItem(ListItem<AbstractElementVo>) - Method in class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonFormList
 
PropertyFormModel - Class in com.alogient.cameleon.extension.wicket.ui.form.model
 
PropertyFormModel(String, ElementType, GenericFormModel) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.model.PropertyFormModel
Default contructor.

R

RadioGroupFormConfirm - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
RadioGroupFormConfirm(String, RadioGroupElementsVo, IModel<NameValueElementVo>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.RadioGroupFormConfirm
 
RadioGroupFormField - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
RadioGroupFormField(String, RadioGroupElementsVo, IModel<NameValueElementVo>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.RadioGroupFormField
 
ReCaptchaPanel - Class in com.alogient.cameleon.extension.wicket.ui.component.captcha
Generate a captcha using ReCaptcha.
ReCaptchaPanel(String, Form<?>, String, String, boolean) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
ReCaptchaPanel(String, Form<?>, String, String, boolean, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
ReCaptchaPanel(String, Form<?>, String, String, boolean, String, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
ReCaptchaValidator - Class in com.alogient.cameleon.extension.wicket.ui.component.captcha
Validate the customer answer Date: 4-Dec-2009 Time: 1:58:57 PM
ReCaptchaValidator() - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaValidator
 
redirectToPageFromNavId(Integer) - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Redirect a page from a NavId
reloadPageModel() - Method in class com.alogient.cameleon.extension.wicket.ui.page.AbstractCameleonPage
Reloads the page model
resolve(RequestCycle, RequestParameters) - Method in class com.alogient.cameleon.extension.wicket.CameleonHttpsRequestCycleProcessor
respond(RequestCycle) - Method in class com.alogient.cameleon.extension.wicket.wicket.request.CameleonRedirectRequestTarget
 
RobotPage - Class in com.alogient.cameleon.extension.wicket.ui.page
This WebPage is used to handle the robots.txt file.
RobotPage() - Constructor for class com.alogient.cameleon.extension.wicket.ui.page.RobotPage
 
RoutingHelper - Class in com.alogient.cameleon.extension.wicket.util
Deprecated. 
RssUtils - Class in com.alogient.cameleon.extension.wicket.util
 
RssUtils() - Constructor for class com.alogient.cameleon.extension.wicket.util.RssUtils
 

S

SelectChoice<T extends Serializable> - Class in com.alogient.cameleon.extension.wicket.ui.component
Based class for representing a select list choice.
SelectChoice(T, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.SelectChoice
 
SelectChoiceList<T extends SelectChoice<?>> - Class in com.alogient.cameleon.extension.wicket.ui.component
List of SelectChoice<?> items.
SelectChoiceList(T...) - Constructor for class com.alogient.cameleon.extension.wicket.ui.component.SelectChoiceList
Create list with initial list of items.
SelectGroupFormConfirm - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
SelectGroupFormConfirm(String, SelectGroupElementsVo, IModel<NameValueElementVo>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.SelectGroupFormConfirm
 
SelectGroupFormField - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
SelectGroupFormField(String, SelectGroupElementsVo, IModel<NameValueElementVo>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.SelectGroupFormField
 
ServiceHelper - Class in com.alogient.cameleon.extension.wicket
User: Jérôme Mirc Date: 10-Aug-2009 Time: 8:36:48 AM
setActualValue(String) - Method in class com.alogient.cameleon.extension.wicket.ui.cmsvalidation.CmsConstraintViolationBuilder
 
setAnswer(String) - Method in class com.alogient.cameleon.extension.wicket.ui.component.captcha.JcaptchaPanel
 
setAuthenticationManager(AuthenticationManager) - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
Injected by spring
setBeanProperty(String) - Method in class com.alogient.cameleon.extension.wicket.ui.cmsvalidation.CmsConstraintViolationBuilder
 
setCmsElement(String) - Method in class com.alogient.cameleon.extension.wicket.ui.cmsvalidation.CmsConstraintViolationBuilder
 
setCmsTemplate(String) - Method in class com.alogient.cameleon.extension.wicket.ui.cmsvalidation.CmsConstraintViolationBuilder
 
setConstraintAnnotation(String) - Method in class com.alogient.cameleon.extension.wicket.ui.cmsvalidation.CmsConstraintViolationBuilder
 
setDisplay(String) - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoice
Set the display value
setElementType(ElementType) - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.CameleonFormModel
 
setKey(T) - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoice
Set the key value
setObject(Object) - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.CameleonFormModel
 
setObject(String, ElementType, Object) - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.GenericFormModel
 
setObject(Object) - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.GenericFormModel
 
setObject(Object) - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.PropertyFormModel
 
setPageUrl(String) - Method in class com.alogient.cameleon.extension.wicket.ui.form.generic.CameleonForm
 
setRecaptcha(String) - Method in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
setViolation(String) - Method in class com.alogient.cameleon.extension.wicket.ui.cmsvalidation.CmsConstraintViolationBuilder
 
ShareThisPanel - Class in com.alogient.cameleon.extension.wicket.ui.panel
 
ShareThisPanel(String, String, String, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.ShareThisPanel
 
shutdown() - Method in class com.alogient.cameleon.extension.wicket.NavigationCache
 
signOut() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonSession
SiteMapPage - Class in com.alogient.cameleon.extension.wicket.ui.page
This page is used to generate the sitemap.xml file associated to the page.
SiteMapPage() - Constructor for class com.alogient.cameleon.extension.wicket.ui.page.SiteMapPage
 
SolrSearchPanel - Class in com.alogient.cameleon.extension.wicket.ui.panel
 
SolrSearchPanel(String, Integer) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.SolrSearchPanel
 
SolrSearchPanel(String, Integer, String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.SolrSearchPanel
 
SolrSearchResultPanel - Class in com.alogient.cameleon.extension.wicket.ui.panel
 
SolrSearchResultPanel(String, Integer, int) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.SolrSearchResultPanel
 
springBeanInjection() - Method in class com.alogient.cameleon.extension.wicket.AbstractCameleonApplication
 
StaticRoute - Annotation Type in com.alogient.cameleon.extension.wicket.annotation.route
This annotation is used to declare static route User: jmirc Date: 21-Feb-2010 Time: 8:38:26 PM
StaticRoutes - Annotation Type in com.alogient.cameleon.extension.wicket.annotation.route
This annotation is used to declare a list of static routes User: jmirc Date: 21-Feb-2010 Time: 8:38:26 PM
SyndEntryListModel<SyndEntry> - Class in com.alogient.cameleon.extension.wicket.ui.web20.rss
parse an rss/atom feed and return a list of SyndEntry objects for display.
SyndEntryListModel(String, int) - Constructor for class com.alogient.cameleon.extension.wicket.ui.web20.rss.SyndEntryListModel
 

T

TextAreaFormConfirm - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
TextAreaFormConfirm(String, TextAreaElementVo, IModel<String>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.TextAreaFormConfirm
 
TextAreaFormField - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
TextAreaFormField(String, TextAreaElementVo, IModel<String>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.TextAreaFormField
 
TextBlockFormConfirm - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
TextBlockFormConfirm(String, TextBlockElementVo) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.TextBlockFormConfirm
 
TextBlockFormField - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
TextBlockFormField(String, TextBlockElementVo) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.TextBlockFormField
 
TextFormConfirm - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
TextFormConfirm(String, TextElementVo, IModel<String>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.TextFormConfirm
 
TextFormField - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
TextFormField(String, TextElementVo, IModel<String>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.TextFormField
 
THEME_BLACKGLASS - Static variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
THEME_CLEAN - Static variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
THEME_RED - Static variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
THEME_WHITE - Static variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaPanel
 
toString() - Method in class com.alogient.cameleon.extension.wicket.ui.component.SelectChoice
Return String version of key so returns a sensible value.
toString() - Method in class com.alogient.cameleon.extension.wicket.ui.form.model.CameleonFormModel
 
TwitterFeedPanel - Class in com.alogient.cameleon.extension.wicket.ui.web20.twitter
Used to display twitter feeds
TwitterFeedPanel(String, String, int, boolean) - Constructor for class com.alogient.cameleon.extension.wicket.ui.web20.twitter.TwitterFeedPanel
 
TwitterFeedPanel(String, String, int) - Constructor for class com.alogient.cameleon.extension.wicket.ui.web20.twitter.TwitterFeedPanel
 

U

uniqueId - Variable in class com.alogient.cameleon.extension.wicket.ui.component.captcha.JcaptchaPanel
 
UploadFormConfirm - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
UploadFormConfirm(String, UploadElementVo, IModel<FileUpload>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.UploadFormConfirm
 
UploadFormField - Class in com.alogient.cameleon.extension.wicket.ui.form.element
 
UploadFormField(String, UploadElementVo, IModel<FileUpload>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.element.UploadFormField
 

V

validate(String, String, String, String) - Static method in class com.alogient.cameleon.extension.wicket.ui.component.captcha.ReCaptchaValidator
Validate the answer
ValidationStyleBehavior - Class in com.alogient.cameleon.extension.wicket.ui.form.component
 
ValidationStyleBehavior() - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.ValidationStyleBehavior
Default ctor
ValidationStyleBehavior(String) - Constructor for class com.alogient.cameleon.extension.wicket.ui.form.component.ValidationStyleBehavior
Ctor that allows the class to be selected
valueOf(String) - Static method in enum com.alogient.cameleon.extension.wicket.CameleonHttpsRequestCycleProcessor.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.alogient.cameleon.extension.wicket.CameleonHttpsRequestCycleProcessor.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
VideoPanel - Class in com.alogient.cameleon.extension.wicket.ui.panel
 
VideoPanel(String, VideoVo) - Constructor for class com.alogient.cameleon.extension.wicket.ui.panel.VideoPanel
 

W

WicketNavigationHelper - Class in com.alogient.cameleon.extension.wicket.ui.nav
Deprecated. 
WicketNavigationHelper() - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.WicketNavigationHelper
Deprecated.  
WicketRequestCycle - Class in com.alogient.cameleon.extension.wicket
User: Jérôme Mirc Date: 6-Aug-2009 Time: 1:35:33 PM
WicketRequestCycle(WebApplication, WebRequest, Response) - Constructor for class com.alogient.cameleon.extension.wicket.WicketRequestCycle
Constructor which simply passes arguments to superclass for storage there.
WicketStaticRoute - Class in com.alogient.cameleon.extension.wicket.ui.nav
User: Jérôme Mirc Date: 2-Sep-2009 Time: 9:36:41 AM
WicketStaticRoute(String, Class<? extends WebPage>) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.WicketStaticRoute
Construct a static route without any url coding strategy
WicketStaticRoute(IRequestTargetUrlCodingStrategy) - Constructor for class com.alogient.cameleon.extension.wicket.ui.nav.WicketStaticRoute
Construct a static route using a url coding strategy

X

XDReceiverPage - Class in com.alogient.cameleon.extension.wicket.ui.web20.facebook
User: jmirc Date: 19-Jan-2010 Time: 9:01:32 AM
XDReceiverPage() - Constructor for class com.alogient.cameleon.extension.wicket.ui.web20.facebook.XDReceiverPage
 

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2011 Alogient. All Rights Reserved.