nl.gx.webmanager.cms.integration
Interface WhoIsWhoElement

All Superinterfaces:
DelegatedControllerAware, Element, Presentable, QueryElement, Wrapper

public interface WhoIsWhoElement
extends QueryElement

Element that shows persons from the WhoIsWho module, optionally alphabet navigation or a search form can be added.

Author:
arjans

Method Summary
 QueryParameter[] getClickFields()
          returns click fields for the search results.
 java.lang.String getClientSideValidations()
          returns client side javascript validations.
 WhoIsWhoElement getResultElement()
          returns element that shows the search results.
 Page getResultPage()
          returns result page to show search results on.
 QueryParameter[] getSearchFields()
          returns search fields for the search form.
 boolean isShowableAlphabet()
          Indicates whether the alphabet navigation should be shown.
 boolean isShowableResults()
          Indicates whether searchresults should be displayed.
 boolean isShowableSearchForm()
          Indicates whether the search form should be shown.
 boolean isUsingResultsPage()
          Indicates whether a search page is used.
 
Methods inherited from interface nl.gx.webmanager.cms.integration.QueryElement
getConfiguredParameters, getDataSource, getParameters, getQuery, getShowColumns, getTitle
 
Methods inherited from interface nl.gx.webmanager.cms.element.Element
cleanup, copy, getEditElementHeader, getElementHolder, getHeader, getIcon, getMediaItemVersion, getPageModel, getPageModelElement, getPageVersion, getPersonalization, getWebsite, isAuthorized, setAuthorized, setDefaultPresentation, setEditElementHeader, setHeader, setIcon, setPersonalization
 
Methods inherited from interface nl.gx.webmanager.cms.core.Presentable
getPresentation, render, render, setPresentation
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 
Methods inherited from interface nl.gx.webmanager.springmvc.DelegatedControllerAware
getDelegatedController, setDelegatedController
 

Method Detail

isShowableAlphabet

boolean isShowableAlphabet()
Indicates whether the alphabet navigation should be shown.

Returns:
true if alphabet navigation should be displayed, false otherwise.

isShowableSearchForm

boolean isShowableSearchForm()
Indicates whether the search form should be shown.

Returns:
true if search form should be displayed, false otherwise.

isShowableResults

boolean isShowableResults()
Indicates whether searchresults should be displayed.

Returns:
true if searchresults should be displayed, false otherwise.

isUsingResultsPage

boolean isUsingResultsPage()
Indicates whether a search page is used.

Returns:
true if a search page is used, false otherwise.

getSearchFields

QueryParameter[] getSearchFields()
returns search fields for the search form.

Returns:
search fields for the search form.

getClickFields

QueryParameter[] getClickFields()
returns click fields for the search results.

Returns:
click fields for the search results.

getClientSideValidations

java.lang.String getClientSideValidations()
returns client side javascript validations.

Returns:
client side javascript validations.

getResultPage

Page getResultPage()
returns result page to show search results on.

Returns:
result page to show search results on.

getResultElement

WhoIsWhoElement getResultElement()
returns element that shows the search results.

Returns:
element that shows the search results.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.