Class SearchLayoutHandler
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.LayoutContainerHandler
ch.tocco.nice2.model.form.impl.form2.reader.handler.AbstractLayoutHandler
ch.tocco.nice2.model.form.impl.form2.reader.handler.SearchLayoutHandler
- All Implemented Interfaces:
- DataElementHandler,- IgnoreRemainingElementsHandler
Handler for 'vertical-box', 'horizontal-box' used in search forms.
 This handler supports 'fulltext-search' tags.
- 
Nested Class SummaryNested classes/interfaces inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandlerIgnoreRemainingElementsHandler.ExtPropsHandler
- 
Field SummaryFields inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.AbstractLayoutHandlerdefaultValueResolver, entityModel, layout, validatorHandlerContextFactory
- 
Constructor SummaryConstructorsConstructorDescriptionSearchLayoutHandler(LayoutImpl layout, EntityModel entityModel, DefaultValueResolver defaultValueResolver, ValidatorHandlerContextFactory validatorHandlerContextFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionhandleFieldElement(String id, String path) searchFilter(String name, String model, Boolean multiple, String group) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.AbstractLayoutHandlercreateComponentContainer, description, display, displayType, getDefaultValueResolver, getEntityModel, getFieldContainer, getLayoutContainer, getValidatorHandlerContextFactory, label, labeled, positionMethods inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.LayoutContainerHandlercreateLayoutHandler, createTableHandler, handleHorizontalBox, handleTable, handleVerticalBoxMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.DataElementHandleraddress, available, code, createFieldHandler, createFieldHandler, date, datetime, document, format, geosearch, getOrCreateField, html, image, location, multiRemoteField, multiSelectBox, number, range, remoteField, singleSelectBox, text, textArea, upload, urlMethods inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandlerhandleExtProps, ignore, iterator, template
- 
Constructor Details- 
SearchLayoutHandlerpublic SearchLayoutHandler(LayoutImpl layout, EntityModel entityModel, DefaultValueResolver defaultValueResolver, ValidatorHandlerContextFactory validatorHandlerContextFactory) 
 
- 
- 
Method Details- 
fulltext@Element("fulltext-search") @Cardinality(max=2147483647) public Object fulltext(@Attribute("name") String name, @Attribute("data") String path) 
- 
searchFilter@Element("search-filter") @Cardinality(max=2147483647) public Object searchFilter(@Attribute("name") String name, @Attribute("model") String model, @Attribute("multi") Boolean multiple, @Attribute("group") String group) 
- 
handleFieldElement@Element("field") @Cardinality(max=2147483647) public Object handleFieldElement(@Attribute("name") String id, @Required @Attribute("data") String path) 
- 
createPathResolver
 
-