Uses of Interface
org.zkoss.zk.ui.Component
-
-
Uses of Component in org.zkoss.bind
Classes in org.zkoss.bind with type parameters of type Component Modifier and Type Class Description classBindComposer<T extends Component>Base composer to apply ZK Bind.interfaceConverter<U,B,C extends Component>Generic binding conversion interface.Methods in org.zkoss.bind that return Component Modifier and Type Method Description ComponentBindContext. getComponent()Returns the associated component context.ComponentBinder. getView()Returns associated root component of this binder.Methods in org.zkoss.bind with parameters of type Component Modifier and Type Method Description voidBinder. addChildrenInitBinding(Component comp, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> initArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)init children of a component by an expression, it only execute oncevoidBinder. addChildrenLoadBindings(Component comp, java.lang.String loadExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)Add new children-load-bindings.voidBinder. addCommandBinding(Component comp, java.lang.String evtnm, java.lang.String commandExpr, java.util.Map<java.lang.String,java.lang.Object> commandArgs)Add a new command binding.voidBinder. addFormInitBinding(Component comp, java.lang.String id, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> initArgs)init a component form by expression, it only execute oncevoidBinder. addFormLoadBindings(Component comp, java.lang.String id, java.lang.String loadExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)Add new form-load-bindings.voidBinder. addFormSaveBindings(Component comp, java.lang.String id, java.lang.String saveExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)Add new form-save-bindings.voidBinder. addGlobalCommandBinding(Component comp, java.lang.String evtnm, java.lang.String commandExpr, java.util.Map<java.lang.String,java.lang.Object> commandArgs)Add a new global-command binding.voidBinder. addPropertyInitBinding(Component comp, java.lang.String attr, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> initArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)init a component property by a expression, it only execute oncevoidBinder. addPropertyLoadBindings(Component comp, java.lang.String attr, java.lang.String loadExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)Add new property-load-bindings.voidBinder. addPropertySaveBindings(Component comp, java.lang.String attr, java.lang.String saveExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)Add new property-save-bindings.voidBinder. addReferenceBinding(Component comp, java.lang.String attr, java.lang.String loadExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)Add a new reference-binding.voidBinder. destroy(Component root, java.lang.Object viewModel)Destroys the binder with a root component and viewModel object.voidBindComposer. didActivate(Component comp)ComponentInfoBindComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)voidBindComposer. doBeforeComposeChildren(Component comp)voidAnnotateBinder. init(Component comp, java.lang.Object vm, java.util.Map<java.lang.String,java.lang.Object> initArgs)Initializes the binder with a root component and viewModel object.voidBinder. init(Component root, java.lang.Object viewModel, java.util.Map<java.lang.String,java.lang.Object> initArgs)Initializes the binder with a root component and viewModel object.voidDefaultBinder. init(Component comp, java.lang.Object vm, java.util.Map<java.lang.String,java.lang.Object> initArgs)voidBinder. loadComponent(Component comp, boolean loadinit)Load the load-binding of the component.voidBinder. removeBindings(Component comp)Remove all managed bindings that associated with the specified component.voidBinder. removeBindings(Component comp, java.lang.String key)Remove all managed Binding that associated with the specified component and attribute name, event name, or form id.voidBinder. setTemplate(Component comp, java.lang.String attr, java.lang.String templateExpr, java.util.Map<java.lang.String,java.lang.Object> templateArgs)set template to a component property by an expressionvoidBindComposer. willPassivate(Component comp)Method parameters in org.zkoss.bind with type arguments of type Component Modifier and Type Method Description voidBinder. removeBindings(java.util.Set<Component> comps)Remove all managed bindings that associated with the specified components.Constructors in org.zkoss.bind with parameters of type Component Constructor Description GlobalCommandEvent(Component comp, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> args)GlobalCommandEvent(Component comp, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> args, Event evt)PropertyChangeEvent(Component comp, java.lang.Object base, java.lang.String prop) -
Uses of Component in org.zkoss.bind.callback
Methods in org.zkoss.bind.callback with parameters of type Component Modifier and Type Method Description voidDestroyCallback. call(Component comp) -
Uses of Component in org.zkoss.bind.converter
Methods in org.zkoss.bind.converter with parameters of type Component Modifier and Type Method Description java.lang.ObjectFormatedDateConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)Convert String to Date.java.lang.ObjectFormatedNumberConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)Convert String to Number.java.lang.ObjectFormattedTimeConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)Convert String to Date.java.lang.ObjectObjectBooleanConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)Given an object value and return whether it is a "true" object.java.lang.ObjectUriConverter. coerceToBean(java.lang.Object val, Component component, BindContext ctx)java.lang.ObjectFormatedDateConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)Convert Date to String.java.lang.ObjectFormatedNumberConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)Convert Number to String.java.lang.ObjectFormattedTimeConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)Convert Date to String.java.lang.ObjectObjectBooleanConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)Given a Boolean value and return associated "true" object if true; or "false" object if null or falsejava.lang.ObjectUriConverter. coerceToUi(java.lang.Object val, Component component, BindContext ctx) -
Uses of Component in org.zkoss.bind.converter.sys
Classes in org.zkoss.bind.converter.sys with type parameters of type Component Modifier and Type Class Description classAbstractListModelConverter<C extends Component>The abstractConverterimplementation for converting collection to ListModel and vice versa.classAbstractSelectedIndexConverter<C extends Component>Convert selected index to bean and vice versa.Methods in org.zkoss.bind.converter.sys with parameters of type Component Modifier and Type Method Description java.lang.ObjectChildrenBindingConverter. coerceToBean(java.lang.Object val, Component component, BindContext ctx)java.lang.ObjectComboboxSelectedItemConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectDefaultJSONBindingParamConverter. coerceToBean(java.lang.Object val, Component component, BindContext ctx)java.lang.ObjectErrorMessageConverter. coerceToBean(java.lang.Object val, Component component, BindContext ctx)TFormattedTemporalConverter. coerceToBean(java.lang.String compAttr, Component component, BindContext ctx)Convert String to Temporal.java.lang.ObjectListboxSelectedItemConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectListboxSelectedItemsConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectRadiogroupSelectedItemConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectSelectboxSelectedItemConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectTabboxSelectedTabConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectTreeModelConverter. coerceToBean(java.lang.Object val, Component component, BindContext ctx)java.lang.ObjectTreeSelectedItemConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectTreeSelectedItemsConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectChildrenBindingConverter. coerceToUi(java.lang.Object val, Component component, BindContext ctx)java.lang.ObjectComboboxSelectedItemConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectDefaultJSONBindingParamConverter. coerceToUi(java.lang.Object val, Component component, BindContext ctx)java.lang.ObjectErrorMessageConverter. coerceToUi(java.lang.Object val, Component component, BindContext ctx)java.lang.StringFormattedTemporalConverter. coerceToUi(T beanProp, Component component, BindContext ctx)Convert Temporal to String.java.lang.ObjectListboxSelectedItemConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectListboxSelectedItemsConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectRadiogroupSelectedItemConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectSelectboxSelectedItemConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectTabboxSelectedTabConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectTreeModelConverter. coerceToUi(java.lang.Object val, Component component, BindContext ctx)java.lang.ObjectTreeSelectedItemConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectTreeSelectedItemsConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx) -
Uses of Component in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl that return Component Modifier and Type Method Description protected Component[]AbstractRenderer. filterOutShadows(Component parent, Component[] items)ComponentValidationMessagesImpl. getAssociate(java.lang.String key)Component[]ValidationMessagesImpl. getAssociates(java.lang.String key)ComponentBindContextImpl. getComponent()ComponentBindingImpl. getComponent()ComponentTemplateResolverImpl. getComponent()ComponentSimpleBindXelContext. getSelf()ComponentBinderImpl. getView()Methods in org.zkoss.bind.impl with parameters of type Component Modifier and Type Method Description voidBinderImpl. addChildrenInitBinding(Component comp, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> initArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)voidBinderImpl. addChildrenLoadBindings(Component comp, java.lang.String loadExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)voidBinderImpl. addCommandBinding(Component comp, java.lang.String evtnm, java.lang.String commandExpr, java.util.Map<java.lang.String,java.lang.Object> args)voidBinderImpl. addFormAssociatedSaveBinding(Component associatedComp, java.lang.String formId, SaveBinding saveBinding, java.lang.String fieldName)voidBinderImpl. addFormInitBinding(Component comp, java.lang.String id, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> initArgs)voidBinderImpl. addFormLoadBindings(Component comp, java.lang.String id, java.lang.String loadExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)voidBinderImpl. addFormSaveBindings(Component comp, java.lang.String id, java.lang.String saveExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)voidBinderImpl. addGlobalCommandBinding(Component comp, java.lang.String evtnm, java.lang.String commandExpr, java.util.Map<java.lang.String,java.lang.Object> args)protected voidAbstractRenderer. addItemReference(Component modelOwner, Component comp, int index, java.lang.String varnm)voidValidationMessagesImpl. addMessages(Component comp, java.lang.String attr, java.lang.String key, java.lang.String[] messages)voidValidationMessagesImpl. addMessages(Component comp, java.lang.String attr, java.lang.String key, java.lang.String[] messages, java.lang.Object value)voidBinderImpl. addPropertyInitBinding(Component comp, java.lang.String attr, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> initArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)voidBinderImpl. addPropertyLoadBindings(Component comp, java.lang.String attr, java.lang.String loadExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)voidBinderImpl. addPropertySaveBindings(Component comp, java.lang.String attr, java.lang.String saveExpr, java.lang.String[] beforeCmds, java.lang.String[] afterCmds, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)voidBinderImpl. addReferenceBinding(Component comp, java.lang.String attr, java.lang.String loadExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)voidReferenceBindingHandler. addReferenceBinding(Component comp, java.lang.String attr, ReferenceBinding binding)protected voidAbstractRenderer. addTemplateTracking(Component templateComp, Component eachComp, java.lang.Object data, int index, int size)voidTemplateResolverImpl. addTemplateTracking(Component eachComp, java.lang.Object eachData, int index, int size)voidValidationMessagesImpl. clearKeyMessages(Component comp, java.lang.String key)voidValidationMessagesImpl. clearMessages(Component comp)voidValidationMessagesImpl. clearMessages(Component comp, java.lang.String attr)protected voidAbstractBindingHandler. clearValidationMessages(Binder binder, Component component, java.lang.String attr)voidBinderImpl. destroy(Component comp, java.lang.Object viewModel)protected voidBinderImpl. doExecute(Component comp, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> commandArgs, BindContext ctx, java.util.Set<Property> notifys)protected voidBinderImpl. doLoadAfter(Component comp, java.lang.String command, BindContext ctx)protected voidBinderImpl. doLoadBefore(Component comp, java.lang.String command, BindContext ctx)protected voidBinderImpl. doSaveAfter(Component comp, java.lang.String command, Event evt, BindContext ctx, java.util.Set<Property> notifys)protected voidBinderImpl. doSaveBefore(Component comp, java.lang.String command, Event evt, BindContext ctx, java.util.Set<Property> notifys)protected booleanBinderImpl. doValidate(Component comp, java.lang.String command, Event evt, BindContext ctx, java.util.Set<Property> notifys)static <T> TBindEvaluatorXUtil. eval(BindEvaluatorX evalx, Component comp, java.lang.String expression, java.lang.Class<T> expectedType)static <T> TBindEvaluatorXUtil. eval(BindEvaluatorX evalx, Component comp, java.lang.String expression, java.lang.Class<T> expectedType, java.util.Map<java.lang.String,java.lang.Object> implicit)static java.util.Map<java.lang.String,java.lang.Object>BindEvaluatorXUtil. evalArgs(BindEvaluatorX eval, Component comp, java.util.Map<java.lang.String,java.lang.Object> args)static java.util.Map<java.lang.String,java.lang.Object>BindEvaluatorXUtil. evalArgs(BindEvaluatorX eval, Component comp, java.util.Map<java.lang.String,java.lang.Object> args, java.util.Map<java.lang.String,java.lang.Object> implicit)protected java.lang.ObjectTemplateResolverImpl. evaluateTemplate(Component eachComp, java.lang.Object eachData, int index, int size)protected java.lang.ObjectTemplateResolverImpl. evaluateTemplate(Component eachComp, java.lang.Object eachData, int index, int size, java.lang.String subType)protected Component[]AbstractRenderer. filterOutShadows(Component parent, Component[] items)static java.lang.StringMiscUtil. formatLocationMessage(java.lang.String message, Component comp)static BinderBinderUtil. getBinder(Component comp)static BinderBinderUtil. getBinder(Component comp, boolean recurse)java.util.Map<java.lang.String,java.util.List<Binding>>BinderImpl. getBindings(Component comp)java.lang.ObjectValidationMessagesImpl. getFieldValue(Component comp, java.lang.String key)java.lang.Object[]ValidationMessagesImpl. getFieldValues(Component comp, java.lang.String key)FormBinderImpl. getForm(Component comp, java.lang.String id)java.util.Set<SaveBinding>BinderImpl. getFormAssociatedSaveBindings(Component comp)java.lang.String[]ValidationMessagesImpl. getKeyMessages(Component comp, java.lang.String key)java.util.List<Binding>BinderImpl. getLoadPromptBindings(Component comp, java.lang.String attr)java.lang.String[]ValidationMessagesImpl. getMessages(Component comp)java.lang.String[]ValidationMessagesImpl. getMessages(Component comp, java.lang.String attr)static java.util.List<java.lang.String>AnnotationUtil. getNonSystemProperties(Component comp)protected BindingTemplateResolverImpl. getTemplateBinding(Component eachComp, java.lang.Object eachData, int index, int size)TemplateResolverBinderImpl. getTemplateResolver(Component comp, java.lang.String attr)java.lang.Class<?>BindEvaluatorXImpl. getType(BindContext ctx, Component comp, ExpressionX expression)java.lang.ObjectBindEvaluatorXImpl. getValue(BindContext ctx, Component comp, ExpressionX expression)ValueReferenceBindEvaluatorXImpl. getValueReference(BindContext ctx, Component comp, ExpressionX expression)booleanBinderImpl. hasValidator(Component comp, java.lang.String attr)voidBinderImpl. init(Component comp, java.lang.Object viewModel, java.util.Map<java.lang.String,java.lang.Object> initArgs)voidAnnotateBinderHelper. initComponentBindings(Component comp)static booleanBinderUtil. isHandling(Component comp)booleanBindEvaluatorXImpl. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)voidBinderImpl. loadComponent(Component comp, boolean loadinit)Internal Use only. init and load the componentprotected voidBinderImpl. loadComponent0(Component comp, boolean loadinit)static voidBinderUtil. markHandling(Component comp, Binder binder)static BindContextBindContextUtil. newBindContext(Binder binder, Binding binding, boolean save, java.lang.String command, Component comp, Event event)protected CommandBindingBinderImpl. newCommandBinding(Component comp, java.lang.String evtnm, java.lang.String cmdScript, java.util.Map<java.lang.String,java.lang.Object> args)Make this extenable.protected InitChildrenBindingBinderImpl. newInitChildrenBinding(Component comp, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)Make this extenable.protected InitFormBindingBinderImpl. newInitFormBinding(Component comp, java.lang.String formId, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)Make this extenable.protected InitPropertyBindingBinderImpl. newInitPropertyBinding(Component comp, java.lang.String attr, java.lang.String loadAttr, java.lang.Class<?> attrType, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)Make this extenable.protected LoadChildrenBindingBinderImpl. newLoadChildrenBinding(Component comp, java.lang.String loadExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)Make this extenable.protected LoadFormBindingBinderImpl. newLoadFormBinding(Component comp, java.lang.String formId, java.lang.String loadExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)Make this extenable.protected LoadPropertyBindingBinderImpl. newLoadPropertyBinding(Component comp, java.lang.String attr, java.lang.String loadAttr, java.lang.Class<?> attrType, java.lang.String loadExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)Make this extenable.protected SaveFormBindingBinderImpl. newSaveFormBinding(Component comp, java.lang.String formId, java.lang.String saveExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)Make this extenable.protected SavePropertyBindingBinderImpl. newSavePropertyBinding(Component comp, java.lang.String attr, java.lang.String saveAttr, java.lang.String saveExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)Make this extenable.protected XelContextBindEvaluatorXImpl. newXelContext(BindContext ctx, Component comp)voidBinderImpl. removeBindings(Component comp)Remove all bindings that associated with the specified component.voidBinderImpl. removeBindings(Component comp, java.lang.String key)Remove all bindings that associated with the specified component and key (_fieldExpr|evtnm|formid).voidReferenceBindingHandler. removeReferenceBinding(Component comp)voidReferenceBindingHandler. removeReferenceBinding(Component comp, java.lang.String attr)voidBindChildRenderer. render(Component owner, java.lang.Object data, int index, int size)voidBindChildRenderer. render(Component owner, java.lang.Object data, int index, int size, boolean isListModel)java.lang.StringBindSelectboxRenderer. render(Component owner, java.lang.Object data, int index)voidBinderPropertiesRenderer. renderProperties(Component comp, ContentRenderer render)protected TemplateAbstractRenderer. resolveTemplate(Component templateComp, Component comp, java.lang.Object data, int index, int size, java.lang.String defaultName)protected TemplateAbstractRenderer. resolveTemplate(Component templateComp, Component comp, java.lang.Object data, int index, int size, java.lang.String defaultName, java.lang.String subType)TemplateTemplateResolverImpl. resolveTemplate(Component eachComp, java.lang.Object eachData, int index, int size)TemplateTemplateResolverImpl. resolveTemplate(Component eachComp, java.lang.Object eachData, int index, int size, java.lang.String subType)static voidBindContextUtil. setCommandArgs(Binder binder, Component comp, BindContext ctx, java.util.Map<java.lang.String,java.lang.Object> args)voidParamCall. setComponent(Component comp)static voidBindContextUtil. setConverterArgs(Binder binder, Component comp, BindContext ctx, PropertyBinding binding)voidValidationMessagesImpl. setMessages(Component comp, java.lang.String attr, java.lang.String key, java.lang.String[] messages)voidValidationMessagesImpl. setMessages(Component comp, java.lang.String attr, java.lang.String key, java.lang.String[] messages, java.lang.Object value)voidBinderImpl. setTemplate(Component comp, java.lang.String attr, java.lang.String templateExpr, java.util.Map<java.lang.String,java.lang.Object> templateArgs)static voidBindContextUtil. setValidatorArgs(Binder binder, Component comp, BindContext ctx, SaveFormBinding binding)static voidBindContextUtil. setValidatorArgs(Binder binder, Component comp, BindContext ctx, SavePropertyBinding binding)voidBindEvaluatorXImpl. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)voidBinderImpl. storeForm(Component comp, java.lang.String id, Form form)static voidBinderUtil. unmarkHandling(Component comp)Method parameters in org.zkoss.bind.impl with type arguments of type Component Modifier and Type Method Description voidBinderImpl. removeBindings(java.util.Set<Component> comps)Constructors in org.zkoss.bind.impl with parameters of type Component Constructor Description BindContextImpl(Binder binder, Binding binding, boolean save, java.lang.String command, Component comp, Event event)BindingImpl(Binder binder, Component comp, java.util.Map<java.lang.String,java.lang.Object> args)BindingKey(Component x, java.lang.String y)ChildrenBindingImpl(Binder binder, Component comp, java.lang.String accessExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)ChildrenBindingListDataListener(Component comp, BindContext ctx, Converter<?,ListModel<?>,Component> conv)CommandBindingImpl(Binder binder, Component comp, java.lang.String evtnm, java.lang.String cmdScript, java.util.Map<java.lang.String,java.lang.Object> args)FormBindingImpl(Binder binder, Component comp, java.lang.String formId, java.lang.String accessExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)InitChildrenBindingImpl(Binder binder, Component comp, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)InitFormBindingImpl(Binder binder, Component comp, java.lang.String formId, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)InitPropertyBindingImpl(Binder binder, Component comp, java.lang.String attr, java.lang.String loadAttr, java.lang.Class<?> attrType, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)LoadChildrenBindingImpl(Binder binder, Component comp, java.lang.String loadExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)LoadFormBindingImpl(Binder binder, Component comp, java.lang.String formId, java.lang.String loadExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)LoadPropertyBindingImpl(Binder binder, Component comp, java.lang.String attr, java.lang.String loadAttr, java.lang.Class<?> attrType, java.lang.String loadExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)LoadTemplateBindingImpl(Binder binder, Component comp, java.util.Map<java.lang.String,java.lang.Object> args)PropertyBindingImpl(Binder binder, Component comp, java.lang.String fieldName, java.lang.String fieldExpr, java.lang.String accessExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)PropertyExpression(Component cmp, java.lang.String field)ReferenceBindingImpl(Binder binder, Component comp, java.lang.String attr, java.lang.String expression)SaveFormBindingImpl(Binder binder, Component comp, java.lang.String formId, java.lang.String saveExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)SavePropertyBindingImpl(Binder binder, Component comp, java.lang.String attr, java.lang.String saveAttr, java.lang.String saveExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)SimpleBindXelContext(Component cmp, Binder binder, VariableResolver resolver, FunctionMapper mapper)TemplateResolverImpl(Binder binder, Component comp, java.lang.String attr, java.lang.String templateExpr, java.util.Map<java.lang.String,java.lang.Object> templateArgs)Constructor parameters in org.zkoss.bind.impl with type arguments of type Component Constructor Description ChildrenBindingListDataListener(Component comp, BindContext ctx, Converter<?,ListModel<?>,Component> conv) -
Uses of Component in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that return Component Modifier and Type Method Description ComponentValidationMessages. getAssociate(java.lang.String key)Returns the first associated component from the given key, if any.Component[]ValidationMessages. getAssociates(java.lang.String key)Returns all associated components from the given key, if any.ComponentBinding. getComponent()Returns the associated component of this binding.Methods in org.zkoss.bind.sys with parameters of type Component Modifier and Type Method Description voidBinderCtrl. addFormAssociatedSaveBinding(Component associatedComp, java.lang.String formId, SaveBinding saveBinding, java.lang.String fieldName)Add a association between formId and a associated save binding(save binding inside a form), the form has to exist in the parent componentsvoidValidationMessages. addMessages(Component comp, java.lang.String attr, java.lang.String key, java.lang.String[] messages)add validation messages to componentvoidValidationMessages. addMessages(Component comp, java.lang.String attr, java.lang.String key, java.lang.String[] messages, java.lang.Object value)add validation messages to componentvoidTemplateResolver. addTemplateTracking(Component eachComp, java.lang.Object eachData, int index, int size)Add template tracking to componentvoidValidationMessages. clearKeyMessages(Component comp, java.lang.String key)clear validation message of component and a special message keyvoidValidationMessages. clearMessages(Component comp)clear validation message of componentvoidValidationMessages. clearMessages(Component comp, java.lang.String attr)clear validation message of componentjava.lang.ObjectValidationMessages. getFieldValue(Component comp, java.lang.String key)Returns the first field value from the given key and component, if any.java.lang.Object[]ValidationMessages. getFieldValues(Component comp, java.lang.String key)Returns all field values from the given key and component, if any.FormBinderCtrl. getForm(Component comp, java.lang.String id)Get the form of the componentjava.util.Set<SaveBinding>BinderCtrl. getFormAssociatedSaveBindings(Component formComp)Get associated save bindings of a form in a componentjava.lang.String[]ValidationMessages. getKeyMessages(Component comp, java.lang.String key)get validation message of component and a special keyjava.util.List<Binding>BinderCtrl. getLoadPromptBindings(Component comp, java.lang.String attr)get all load prompt binding of the component and attributejava.lang.String[]ValidationMessages. getMessages(Component comp)get validation messages of a componentjava.lang.String[]ValidationMessages. getMessages(Component comp, java.lang.String attr)get validation messages of a component and special attributeTemplateResolverBinderCtrl. getTemplateResolver(Component comp, java.lang.String attr)get the template resolver that sets byBinder.setTemplate(Component, String, String, java.util.Map)java.lang.Class<?>BindEvaluatorX. getType(BindContext ctx, Component comp, ExpressionX expression)Returns the result type of the specified expression.java.lang.ObjectBindEvaluatorX. getValue(BindContext ctx, Component comp, ExpressionX expression)Sets the specified value to the property resolved from the specified expression.ValueReferenceBindEvaluatorX. getValueReference(BindContext ctx, Component comp, ExpressionX expression)Returns the result reference of the specified expression.booleanBinderCtrl. hasValidator(Component comp, java.lang.String attr)is there a validator on the attribute of componentbooleanBindEvaluatorX. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)Returns whether the specified expression a read only expression.TemplateTemplateResolver. resolveTemplate(Component eachComp, java.lang.Object eachData, int index, int size, java.lang.String subType)Resolve the template for the componentvoidValidationMessages. setMessages(Component comp, java.lang.String attr, java.lang.String key, java.lang.String[] messages)set validation messages to component, it will replace previous messagesvoidValidationMessages. setMessages(Component comp, java.lang.String attr, java.lang.String key, java.lang.String[] messages, java.lang.Object value)set validation messages to component, it will replace previous messagesvoidBindEvaluatorX. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)Sets the specified value to the property resolved from the specified expression.voidBinderCtrl. storeForm(Component comp, java.lang.String id, Form form)Store the form in the component with id -
Uses of Component in org.zkoss.bind.sys.debugger
Methods in org.zkoss.bind.sys.debugger that return Component Modifier and Type Method Description ComponentExecutionInfo. getComponent()the component of this infoMethods in org.zkoss.bind.sys.debugger with parameters of type Component Modifier and Type Method Description voidBindingAnnotationInfoChecker. checkBinder(Component comp)check binder annotationvoidBindingAnnotationInfoChecker. checkBinding(Binder binder, Component comp)check binding annotationvoidBindingAnnotationInfoChecker. checkValidationMessages(Component comp)check validation message annotationvoidBindingAnnotationInfoChecker. checkViewModel(Component comp)check view model annotation -
Uses of Component in org.zkoss.bind.sys.debugger.impl
Methods in org.zkoss.bind.sys.debugger.impl with parameters of type Component Modifier and Type Method Description voidDefaultAnnotationInfoChecker. checkBinder(Component comp)voidDefaultAnnotationInfoChecker. checkBinding(Binder binder, Component comp)voidDefaultAnnotationInfoChecker. checkValidationMessages(Component comp)voidDefaultAnnotationInfoChecker. checkViewModel(Component comp) -
Uses of Component in org.zkoss.bind.sys.debugger.impl.info
Methods in org.zkoss.bind.sys.debugger.impl.info that return Component Modifier and Type Method Description ComponentExecutionInfoBase. getComponent()Constructors in org.zkoss.bind.sys.debugger.impl.info with parameters of type Component Constructor Description AddBindingInfo(java.lang.String subtype, Component comp, java.lang.String condition, java.lang.String fromExpr, java.lang.String toExpr, java.util.Map<java.lang.String,java.lang.Object> args, java.lang.String note)AddCommandBindingInfo(java.lang.String subtype, Component comp, java.lang.String event, java.lang.String commandExpr, java.util.Map<java.lang.String,java.lang.Object> args, java.lang.String note)AnnoWarnInfo(Component comp, java.lang.String attr, java.lang.String anno, java.lang.String note)CommandInfo(java.lang.String subtype, Component comp, java.lang.String event, java.lang.String commandExpr, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> args, java.lang.String note)EventInfo(Component comp, java.lang.String event, java.lang.String note)ExecutionInfoBase(java.lang.String type, java.lang.String subtype, Component comp, java.lang.String note)LoadInfo(java.lang.String subtype, Component comp, java.lang.String condition, java.lang.String fromExpr, java.lang.String toExpr, java.lang.Object value, java.util.Map<java.lang.String,java.lang.Object> args, java.lang.String note)NotifyChangeInfo(Component comp, java.lang.Object base, java.lang.Object prop, java.lang.String note)SaveInfo(java.lang.String subtype, Component comp, java.lang.String condition, java.lang.String fromExpr, java.lang.String toExpr, java.lang.Object value, java.util.Map<java.lang.String,java.lang.Object> args, java.lang.String note)ValidationInfo(java.lang.String subtype, Component comp, java.lang.String validatorExpr, java.lang.String validator, java.lang.Object result, java.util.Map<java.lang.String,java.lang.Object> args, java.lang.String note) -
Uses of Component in org.zkoss.bind.sys.tracker
Methods in org.zkoss.bind.sys.tracker with parameters of type Component Modifier and Type Method Description voidTracker. addDependsOn(Component srcComp, java.lang.String[] srcSeries, Binding srcBinding, Component dependsOnComp, java.lang.String[] dependsOnSeries)Add a depends-on tracking between the source property name series and depends-on property name series.voidTracker. addTracking(Component comp, java.lang.String[] series, Binding binding)Add a tracking that associate a binding to a dot series under the specifiedComponentvoidTracker. removeTrackings(Component comp)Remove all tracking associated with the specifiedComponent.Method parameters in org.zkoss.bind.sys.tracker with type arguments of type Component Modifier and Type Method Description voidTracker. removeTrackings(java.util.Set<Component> comps)Remove all tracking associated with the specifiedComponentset. -
Uses of Component in org.zkoss.bind.tracker.impl
Fields in org.zkoss.bind.tracker.impl with type parameters of type Component Modifier and Type Field Description protected java.util.Map<Component,java.util.Map<java.lang.Object,TrackerNode>>TrackerImpl. _compMapMethods in org.zkoss.bind.tracker.impl that return types with arguments of type Component Modifier and Type Method Description protected java.util.Map<Component,java.util.Map<java.lang.Object,TrackerNode>>TrackerImpl. initCompMap()Methods in org.zkoss.bind.tracker.impl with parameters of type Component Modifier and Type Method Description voidTrackerImpl. addDependsOn(Component srcComp, java.lang.String[] srcSeries, Binding srcBinding, Component dependsOnComp, java.lang.String[] dependsOnSeries)voidTrackerImpl. addTracking(Component comp, java.lang.String[] series, Binding binding)voidBindUiLifeCycle. afterComponentAttached(Component comp, Page page)voidBindUiLifeCycle. afterComponentDetached(Component comp, Page prevpage)voidBindUiLifeCycle. afterComponentMoved(Component parent, Component child, Component prevparent)voidBindUiLifeCycle. afterShadowAttached(ShadowElement shadow, Component host)voidBindUiLifeCycle. afterShadowDetached(ShadowElement shadow, Component prevhost)protected TrackerNodeTrackerImpl. getOrCreateTrackerNode(Component comp, java.lang.String[] series)protected voidBindUiLifeCycle. handleComponentAttached(Component comp)protected voidBindUiLifeCycle. handleComponentDetached(Component comp)booleanBindUiLifeCycle.Extension. isLifeCycleHandling(Component comp)voidBindUiLifeCycle.Extension. markLifeCycleHandling(Component comp)static voidBindUiLifeCycle. markLifeCycleHandling(Component comp)Internal use only.voidBindUiLifeCycle.Extension. removeLifeCycleHandling(Component comp)voidTrackerImpl. removeTrackings(Component comp)Method parameters in org.zkoss.bind.tracker.impl with type arguments of type Component Modifier and Type Method Description voidTrackerImpl. removeTrackings(java.util.Set<Component> comps) -
Uses of Component in org.zkoss.bind.xel.zel
Methods in org.zkoss.bind.xel.zel with parameters of type Component Modifier and Type Method Description static voidBindELContext. addDependsOnTracking(Binding srcBinding, java.util.List<java.lang.String> srcPath, Component srcComp, java.lang.String dependsOnPath, Component dependsOnComp)Prepare the dependsOn nodesstatic voidBindELContext. addModel(Component comp, java.lang.Object model)static java.lang.StringBindELContext. getModelName(Component comp)static java.lang.ObjectBindELContext. removeModel(Component comp) -
Uses of Component in org.zkoss.clientbind
Classes in org.zkoss.clientbind with type parameters of type Component Modifier and Type Class Description classClientBindComposer<T extends Component>Methods in org.zkoss.clientbind that return Component Modifier and Type Method Description ComponentValidationMessagesMonitor. getAssociate(java.lang.String s)Component[]ValidationMessagesMonitor. getAssociates(java.lang.String s)ComponentClientSaveFormBindingImpl. getComponent()ComponentClientSavePropertyBindingImpl. getComponent()Methods in org.zkoss.clientbind with parameters of type Component Modifier and Type Method Description voidValidationMessagesMonitor. addMessages(Component component, java.lang.String s, java.lang.String s1, java.lang.String[] strings)voidValidationMessagesMonitor. addMessages(Component component, java.lang.String s, java.lang.String s1, java.lang.String[] strings, java.lang.Object o)voidValidationMessagesMonitor. clearKeyMessages(Component component, java.lang.String s)voidValidationMessagesMonitor. clearMessages(Component component)voidValidationMessagesMonitor. clearMessages(Component component, java.lang.String s)java.lang.ObjectGsonConverter. coerceToBean(java.lang.Object compAttr, Component component, BindContext ctx)voidClientBindComposer. didActivate(Component comp)ComponentInfoClientBindComposer. doBeforeCompose(Page page, Component component, ComponentInfo componentInfo)protected java.lang.ObjectClientBindComposer. doConvertCoerceToBean(java.lang.Object origin, Component comp, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> coverterParams)protected booleanClientBindComposer. doValidate(java.util.Map<java.lang.String,java.lang.Object> validatorData, java.util.Map<java.lang.String,java.lang.Object> validatorProperty, java.lang.Object bean, Component comp, java.lang.String prop, java.lang.Object value)booleanClientBinder. doValidate(Component comp, SaveFormBinding binding, boolean isValid)booleanClientBinder. doValidate(Component comp, SavePropertyBinding binding, boolean isValid)protected java.lang.ObjectClientBindComposer. evalExpression(Component target, java.lang.String expression)java.lang.ObjectClientBinderResolver. evaluate(Component comp, Expression expression)protected ConverterClientBindComposer. findConverter(Component target, java.lang.String expr)java.lang.ObjectValidationMessagesMonitor. getFieldValue(Component component, java.lang.String s)java.lang.Object[]ValidationMessagesMonitor. getFieldValues(Component component, java.lang.String s)java.lang.String[]ValidationMessagesMonitor. getKeyMessages(Component component, java.lang.String s)java.lang.String[]ValidationMessagesMonitor. getMessages(Component component)java.lang.String[]ValidationMessagesMonitor. getMessages(Component component, java.lang.String s)java.lang.Class<?>ClientBinderResolver. getType(BindContext ctx, Component comp, ExpressionX expression)java.lang.ObjectClientBinderResolver. getValue(BindContext ctx, Component comp, ExpressionX expression)ValueReferenceClientBinderResolver. getValueReference(BindContext ctx, Component comp, ExpressionX expression)voidClientBindComposer. handleModel(java.util.Map<java.lang.String,java.lang.Object> allBindings, Component comp, java.lang.String expr, java.util.Map<java.lang.String,java.lang.String[]> converterInfo)protected java.lang.ObjectClientBindComposer. initInnerViewModel(BindEvaluatorX evalx, Component comp, java.lang.String vmname, java.lang.Object vm)booleanClientBinderResolver. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)protected XelContextClientBinderResolver. newXelContext(BindContext ctx, Component comp)protected BindContextClientBindComposer. prepareConverterContext(Component target, java.util.Map<java.lang.String,java.lang.Object> paramsFromClient)voidBinderPropertiesRenderer. renderProperties(Component component, ContentRenderer contentRenderer)voidValidationMessagesMonitor. setMessages(Component component, java.lang.String s, java.lang.String s1, java.lang.String[] strings)voidValidationMessagesMonitor. setMessages(Component component, java.lang.String s, java.lang.String s1, java.lang.String[] strings, java.lang.Object o)voidClientBinderResolver. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)protected voidClientBindComposer. traverseComponentBindings(Component comp)voidClientBindComposer. willPassivate(Component comp)Constructors in org.zkoss.clientbind with parameters of type Component Constructor Description ClientBinderResolver(Component view, BindEvaluatorX bindEvaluatorX)ClientSaveFormBindingImpl(ClientBinder binder, Component comp, java.lang.String fieldName, Property property, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs, java.util.Map formProps, java.lang.String formId)ClientSavePropertyBindingImpl(ClientBinder binder, Component comp, java.lang.String fieldName, Property property, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs, java.util.Set<Property> properties) -
Uses of Component in org.zkoss.clientbind.converter
Methods in org.zkoss.clientbind.converter with parameters of type Component Modifier and Type Method Description java.lang.ObjectEncodedURLConverter. coerceToBean(java.lang.Object val, Component component, BindContext ctx)java.lang.ObjectEncodedURLConverter. coerceToUi(java.lang.Object val, Component component, BindContext ctx) -
Uses of Component in org.zkoss.clientbind.ui.sys
Methods in org.zkoss.clientbind.ui.sys with parameters of type Component Modifier and Type Method Description static java.lang.StringHtmlTemplateRenders. renderTemplate(Template template, Component comp, java.util.Set<java.lang.String> depends) -
Uses of Component in org.zkoss.stateless.ui
Classes in org.zkoss.stateless.ui that implement Component Modifier and Type Class Description classIStubComponentA transient component for renderingIComponentto client.classIStubsComponentInternal use only.classVolatileIStubsComponentInternal use only.Methods in org.zkoss.stateless.ui with type parameters of type Component Modifier and Type Method Description static <T extends Component>
LocatorLocator. of(java.lang.String uuid)Returns a locator to the given uuid.static <T extends Component>
LocatorLocator. of(T component)Returns a locator to the givenComponent.static <T extends Component>
LocatorLocator. ofId(java.lang.String id)Returns a locator to the given id ofIComponent.Methods in org.zkoss.stateless.ui that return Component Modifier and Type Method Description ComponentIStubsComponent. getFellow(java.lang.String compId)ComponentIStubsComponent. getFellowIfAny(java.lang.String compId)ComponentLocator. toComponent()Converts this locator to ZK Component forClientsAPI to use.ComponentLocator. toComponent(CheckedConsumer2<Event,Scope> eventHandlers)Converts this locator to ZK Component forEvents.postEvent(Event)API to use.ComponentSelf. toComponent()ComponentSelf. toComponent(CheckedConsumer2<Event,Scope> eventHandlers)Methods in org.zkoss.stateless.ui with parameters of type Component Modifier and Type Method Description voidUiEngineExtension. afterCreate(Component[] comps)default voidStatelessComposer. doAfterCompose(Component t)Marks as final implementation for subclass; Instead, implementsIComponentBuilder.build(BuildContext)for building an immutables components tree to the given view if any.static IStubComponentIStubComponent. of(Component root)voidIStubsComponent. replace(Component comp, boolean bFellow, boolean bListener, boolean bChildren)voidVolatileIStubsComponent. replace(Component comp, boolean bFellow, boolean bListener, boolean bChildren) -
Uses of Component in org.zkoss.stateless.ui.http
Methods in org.zkoss.stateless.ui.http with parameters of type Component Modifier and Type Method Description java.lang.StringCloudBasedIdGenerator. nextAnonymousComponentUuid(Component comp, ComponentInfo compInfo)java.lang.StringCloudBasedIdGenerator. nextComponentUuid(Desktop desktop, Component comp, ComponentInfo compInfo) -
Uses of Component in org.zkoss.stateless.ui.util
Classes in org.zkoss.stateless.ui.util that implement Component Modifier and Type Class Description classVolatileComponenta volatile component for AU updateFields in org.zkoss.stateless.ui.util declared as Component Modifier and Type Field Description protected ComponentGetterMethodHandlerForC2I. _originMethods in org.zkoss.stateless.ui.util with type parameters of type Component Modifier and Type Method Description <T extends Component>
java.util.List<T>VolatileComponent. getChildren()static <T extends Component,I extends IComponent>
IImmutables. proxyIComponent(T t)Makes a proxy ofComponentintoIComponent.Methods in org.zkoss.stateless.ui.util that return Component Modifier and Type Method Description ComponentVolatileComponent. getFellow(java.lang.String s)ComponentVolatileComponent. getFellow(java.lang.String s, boolean b)ComponentVolatileComponent. getFellowIfAny(java.lang.String s)ComponentVolatileComponent. getFellowIfAny(java.lang.String s, boolean b)ComponentVolatileComponent. getFirstChild()ComponentVolatileComponent. getLastChild()ComponentVolatileComponent. getNextSibling()ComponentVolatileComponent. getParent()ComponentVolatileComponent. getPreviousSibling()ComponentVolatileComponent. getRoot()ComponentVolatileComponent. query(java.lang.String s)Methods in org.zkoss.stateless.ui.util that return types with arguments of type Component Modifier and Type Method Description java.util.Collection<Component>VolatileComponent. getFellows()java.lang.Iterable<Component>VolatileComponent. queryAll(java.lang.String s)Methods in org.zkoss.stateless.ui.util with parameters of type Component Modifier and Type Method Description booleanVolatileComponent. addForward(java.lang.String s, Component component, java.lang.String s1)booleanVolatileComponent. addForward(java.lang.String s, Component component, java.lang.String s1, java.lang.Object o)booleanVolatileComponent. appendChild(Component component)voidVolatileComponent. beforeChildAdded(Component child, Component insertBefore)voidVolatileComponent. beforeChildRemoved(Component child)voidVolatileComponent. beforeParentChanged(Component parent)java.lang.ObjectVolatileComponent. getShadowVariable(Component component, java.lang.String s, boolean b)booleanVolatileComponent. insertBefore(Component component, Component component1)voidVolatileComponent. onChildAdded(Component child)voidVolatileComponent. onChildRemoved(Component child)voidVolatileComponent. onParentChanged(Component parent)static IComponentImmutables. proxyIChild(Component instance)static IComponentImmutables. proxyIChild(Component instance, java.lang.Class<? extends Component> skipClass)static java.util.List<? extends IComponent>Immutables. proxyIChildren(Component instance)booleanVolatileComponent. removeChild(Component component)booleanVolatileComponent. removeForward(java.lang.String s, Component component, java.lang.String s1)voidStatelessEventListenerMap. service(Event event, Scope scope, Component component, java.lang.String s)voidVolatileComponent. setPageBefore(Page page, Component component)voidVolatileComponent. setParent(Component component)Method parameters in org.zkoss.stateless.ui.util with type arguments of type Component Modifier and Type Method Description static IComponentImmutables. proxyIChild(Component instance, java.lang.Class<? extends Component> skipClass)Constructors in org.zkoss.stateless.ui.util with parameters of type Component Constructor Description GetterMethodHandlerForC2I(Component origin) -
Uses of Component in org.zkoss.zhtml
Classes in org.zkoss.zhtml that implement Component Modifier and Type Class Description classAThe A tag.classAbbrThe ABBR tag.classAddressThe ADDRESS tag.classAreaThe AREA tag.classArticleThe ARTICLE tag.classAsideThe ASIDE tag.classAudioThe AUDIO tag.classBThe B tag.classBaseThe BASE tag.classBdiThe BDI tag.classBdoThe BDO tag.classBlockquoteThe BLOCKQUOTE tag.classBodyThe BODY tag.classBrThe BR tag.classButtonThe BUTTON tag.classCanvasThe CANVAS tag.classCaptionThe CAPTION tag.classCiteThe CITE tag.classCodeThe CODE tag.classColThe COL tag.classColgroupThe COLGROUP tag.classDataThe DATA tag.classDatalistThe DATALIST tag.classDdThe DD tag.classDelThe DEL tag.classDetailsThe DETAILS tag.classDfnThe DFN tag.classDialogThe dialog tagclassDivThe DIV tag.classDlThe DL tag.classDtThe DT tag.classEmThe EM tag.classEmbedThe EMBED tag.classFieldsetThe FIELDSET tag.classFigcaptionThe FIGCAPTION tag.classFigureThe FIGURE tag.classFileuploadA fileupload dialog used to let user upload a file.classFooterThe FOOTER tag.classFormThe FORM tag.classH1The H1 tag.classH2The H2 tag.classH3The H3 tag.classH4The H4 tag.classH5The H5 tag.classH6The H6 tag.classHeadThe HEAD tag.classHeaderThe HEADER tag.classHgroupThe hgroup tag represents a heading and related content.classHrThe HR tag.classHtmlThe HTML tag.classIThe I tag.classIframeThe IFRAME tag.classImgThe IMG tag.classInputThe input tag.classInsThe INS tag.classKbdThe KBD tag.classLabelThe LABEL tag.classLegendThe LEGEND tag.classLiThe LI tag.classLinkThe LINK tag.classMainThe main tag.classMapThe MAP tag.classMarkThe MARK tag.classMenuThe MENU tag.classMetaThe META tag.classMeterThe METER tag.classNavThe NAV tag.classNoscriptThe Noscript tag.classObjectThe OBJECT tag.classOlThe OL tag.classOptgroupThe OPTGROUP tag.classOptionThe OPTION tag.classOutputThe OUTPUT tag.classPThe P tag.classPictureThe Picture tagclassPreThe PRE tag.classProgressThe PROGRESS tag.classQThe Q tag.classRawThe raw component used to generate raw HTML elements.classRpThe RP tag.classRtThe RT tag.classRubyThe RUBY tag.classSThe S tag.classSampThe SAMP tag.classScriptThe SCRIPT tag.classSectionThe SECTION tag.classSelectThe SELECT tag.classSlotThe slot tagclassSmallThe SMALL tag.classSourceThe SOURCE tag.classSpanThe SPAN tag.classStrongThe STRONG tag.classStyleThe STYLE tag.classSubThe SUB tag.classSummaryThe SUMMARY tag.classSupThe Sup tag.classTableThe TABLE tag.classTbodyThe TBODY tag.classTdThe TD tag.classTemplateThe TEMPLATE tag.classTextRepresents a piece of text (of DOM).classTextareaThe TEXTAREA tag.classTfootThe TFOOT tag.classThThe TH tag.classTheadThe THEAD tag.classTimeThe TIME tag.classTitleThe TITLE tag.classTrThe TR tag.classTrackThe TRACK tag.classUThe U tag.classUlThe UL tag.classVarThe VAR tag.classVideoThe VIDEO tag.classWbrThe WBR tag.classZkheadThe component used to generate CSS and JavaScrpt declarations.Methods in org.zkoss.zhtml with parameters of type Component Modifier and Type Method Description voidBody. beforeParentChanged(Component parent)voidHead. beforeParentChanged(Component parent)voidHtml. beforeParentChanged(Component parent)voidText. setParent(Component parent) -
Uses of Component in org.zkoss.zhtml.impl
Classes in org.zkoss.zhtml.impl that implement Component Modifier and Type Class Description classAbstractTagThe raw component used to generate raw HTML elements.classContentTagRepresents a tag that shall generate the child elements directly.Methods in org.zkoss.zhtml.impl with parameters of type Component Modifier and Type Method Description static java.lang.StringPageRenderer. childrenToContent(Component comp)Converts the children of the give component into a string-typed content, or null if no children at all.voidTagRenderContext. renderBegin(Component comp, java.util.Map clientEvents, java.lang.String specialRendererOutput, boolean lookup)Renders the beginning JavaScript code snippet for the component.voidTagRenderContext. renderEnd(Component comp)Renders the ending JavaScript code snippet for the component. -
Uses of Component in org.zkoss.zk.au
Methods in org.zkoss.zk.au with type parameters of type Component Modifier and Type Method Description static <T extends Component>
java.util.Set<T>AuRequests. convertToItems(Desktop desktop, java.util.List<java.lang.String> uuids)Converts the data of the specified request to a set of Component.Methods in org.zkoss.zk.au that return Component Modifier and Type Method Description ComponentAuRequest. getComponent()Returns the component that this request is applied for, or null if it applies to the whole page or a general request.Constructors in org.zkoss.zk.au with parameters of type Component Constructor Description AuResponse(java.lang.String cmd, Component depends, java.lang.Object data)Constructs a response with one or zero data.AuResponse(java.lang.String cmd, Component depends, java.lang.Object[] data)Constructs a response with multiple data.JSONComponent(Component comp) -
Uses of Component in org.zkoss.zk.au.out
Methods in org.zkoss.zk.au.out with parameters of type Component Modifier and Type Method Description static java.lang.ObjectAuEcho. getData(Component comp, java.lang.Object key)Retrieves the data associated with an echo event.Constructors in org.zkoss.zk.au.out with parameters of type Component Constructor Description AuAppendChild(Component comp, java.util.Collection<java.lang.String> contents)AuClearBusy(Component comp)Constructs a command to remove a busy message covering only the specified component.AuClearWrongValue(Component comp)Unlike other constructors, the object instantiated by this method depends on the specified comp.AuClearWrongValue(Component[] comps)AuEcho(Component comp, java.lang.String evtnm, java.lang.Object data)Constructs an echo response that will cause an event to fire when the client echoes back.AuEcho(Component comp, java.lang.String evtnm, java.lang.String data)Constructs an echo response that will cause an event to fire when the client echoes back.AuFocus(Component comp)AuInsertAfter(Component anchor, java.util.Collection<java.lang.String> contents)AuInsertBefore(Component anchor, java.util.Collection<java.lang.String> contents)AuInvoke(Component comp, java.lang.String function)Construct AuInvoke to call the peer widget's member function with no argument.AuInvoke(Component comp, java.lang.String function, boolean arg)Construct AuInvoke to call the peer widget's member function with one boolean argument.AuInvoke(Component comp, java.lang.String function, double arg)Construct AuInvoke to call the peer widget's member function with one double argument.AuInvoke(Component comp, java.lang.String function, int arg)Construct AuInvoke to call the peer widget's member function with one int argument.AuInvoke(Component comp, java.lang.String function, java.lang.Object arg)Construct AuInvoke to call the peer widget's member function with one argument.AuInvoke(Component comp, java.lang.String function, java.lang.Object... args)Construct AuInvoke to call the peer widget's member function with an array of the given arguments.AuInvoke(Component comp, java.lang.String function, java.lang.Object arg1, java.lang.Object arg2)Construct AuInvoke to call the peer widget's member function with two arguments.AuInvoke(Component comp, java.lang.String function, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)Construct AuInvoke to call the peer widget's member function with three arguments.AuInvoke(Component comp, java.lang.String function, java.lang.String... args)Construct AuInvoke to call a client function with variable number of arguments.AuNotification(java.lang.String msg, java.lang.String type, Page page, Component ref, int x, int y, int duration, boolean closable)Shows notification at given coordinateAuNotification(java.lang.String msg, java.lang.String type, Page page, Component ref, java.lang.String position, int duration, boolean closable)Shows notification at predefined position.AuOuter(Component comp, java.lang.String content)AuResizeWidget(Component comp)Constructs a command to force ZK Client re-calculate the size of the given widget.AuScript(Component depends, java.lang.String script)AuScrollIntoView(Component comp)Constructor.AuSelect(Component comp)AuSelect(Component comp, int beg, int end)AuSetAttribute(Component comp, java.lang.String attr, java.lang.Object val)Construct an instance for miscellaneous values, such as Boolean, Integer and so on.AuSetAttributes(Component comp, AuSetAttribute... attrs)Construct an instance for miscellaneous values, such as Boolean, Integer and so on.AuShowBusy(Component comp, java.lang.String mesg)Constructs a busy message covering only the specified component.AuSyncErrorbox(Component comp)A constructor for asking the client to sync position of a widget and its the errorbox.AuUuid(Component comp, java.lang.String oldid)AuWrongValue(Component comp, java.lang.String message)Constructor parameters in org.zkoss.zk.au.out with type arguments of type Component Constructor Description AuClearWrongValue(java.util.List<? extends Component> comps) -
Uses of Component in org.zkoss.zk.ui
Classes in org.zkoss.zk.ui that implement Component Modifier and Type Class Description classAbstractComponentA skeletal implementation ofComponent.classHtmlBasedComponentA skeletal implementation for HTML based components.classHtmlMacroComponentThe implementation of a macro component for HTML-based clients.classHtmlNativeComponentA component used to represent XML elements that are associated with the native namespace (http://www.zkoss.org/2005/zk/native).classHtmlShadowElementA skeleton of shadow element that represents as a shadow tree.Methods in org.zkoss.zk.ui with type parameters of type Component Modifier and Type Method Description <T extends Component>
java.util.List<T>AbstractComponent. getChildren()Returns a live list of children.<T extends Component>
java.util.List<T>Component. getChildren()Returns a live list of children.<T extends Component>
java.util.List<T>HtmlShadowElement. getDistributedChildren()<T extends Component>
java.util.List<T>ShadowElement. getDistributedChildren()Returns a list of distributed components of the shadow tree, including its descendant.Methods in org.zkoss.zk.ui that return Component Modifier and Type Method Description Component[]Execution. createComponents(java.lang.String uri, java.util.Map<?,?> arg)Creates components that don't belong to any page from a page file specified by an URI.ComponentExecution. createComponents(java.lang.String uri, Component parent, java.util.Map<?,?> arg)Creates components from a page file specified by an URI.ComponentExecution. createComponents(java.lang.String uri, Component parent, Component insertBefore, VariableResolver resolver)Creates components from a page file specified by an URI with a custom variable resolver and inserts before a particular component.Component[]Execution. createComponents(java.lang.String uri, Component parent, Component insertBefore, VariableResolver resolver, java.util.Map<?,?> arg)Creates components from a page file specified by an URI with a custom variable resolver and inserts before a particular component.Component[]Execution. createComponents(java.lang.String uri, Page page, VariableResolver resolver, java.util.Map<?,?> arg)Creates components that belong to the given page from a page file specified by an URI.Component[]Execution. createComponents(PageDefinition pagedef, java.util.Map<?,?> arg)Creates components that don't belong to any page from the specified page definition.ComponentExecution. createComponents(PageDefinition pagedef, Component parent, java.util.Map<?,?> arg)Creates components from the specified page definition.ComponentExecution. createComponents(PageDefinition pagedef, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the specified page definition with a custom variable resolver and inserts before a particular component.static ComponentExecutions. createComponents(java.lang.String uri, Component parent, java.util.Map<?,?> arg)Creates components from a page file specified by an URI.static Component[]Executions. createComponents(java.lang.String uri, Page page, VariableResolver resolver, java.util.Map<?,?> arg)Creates components that belong to the given page from a page file specified by an URI.static ComponentExecutions. createComponents(PageDefinition pagedef, Component parent, java.util.Map<?,?> arg)Creates components based on the specified page definition.static Component[]Executions. createComponents(WebApp wapp, java.lang.String uri, java.util.Map<?,?> arg)Creates components that don't belong to any page from a page file specified by an URI.static Component[]Executions. createComponents(WebApp wapp, PageDefinition pagedef, java.util.Map<?,?> arg)Creates components that don't belong to any page from the specified page definition.Component[]Execution. createComponentsDirectly(java.io.Reader reader, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content read from the specified reader.ComponentExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content read from the specified reader.ComponentExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the raw content read from the specified reader with a custom variable resolver and inserts before a particular component.Component[]Execution. createComponentsDirectly(java.lang.String content, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content specified by a string.ComponentExecution. createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a string.ComponentExecution. createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the raw content specified by a string with a custom variable resolver and inserts before a particular component.Component[]Execution. createComponentsDirectly(Document content, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content specified by a DOM tree.ComponentExecution. createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a DOM tree.ComponentExecution. createComponentsDirectly(Document content, java.lang.String extension, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the raw content specified by a DOM tree with a custom variable resolver and inserts before a particular component.static ComponentExecutions. createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content read from the specified reader.static ComponentExecutions. createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a string.static ComponentExecutions. createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a DOM tree.static Component[]Executions. createComponentsDirectly(WebApp wapp, java.io.Reader reader, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content read from the specified reader.static Component[]Executions. createComponentsDirectly(WebApp wapp, java.lang.String content, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content specified by a string.static Component[]Executions. createComponentsDirectly(WebApp wapp, Document content, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content specified by a DOM tree.ComponentPath. getComponent()Returns the component with this path, or null if no such component.static ComponentPath. getComponent(java.lang.String path)Returns the component of the specified path, or null if no such component.static ComponentPath. getComponent(IdSpace is, java.lang.String path)Returns the component of the specified path which is related to the specified ID space, or null if no such component.ComponentWrongValueException. getComponent()Returns the component that causes this exception, or null.ComponentDesktop. getComponentByUuid(java.lang.String uuid)Returns the component of the specified UUID (getUuid()).ComponentDesktop. getComponentByUuidIfAny(java.lang.String uuid)Returns the component of the specified UUID (getUuid()), or null if not found.ComponentAbstractComponent. getFellow(java.lang.String compId)ComponentAbstractComponent. getFellow(java.lang.String compId, boolean recurse)ComponentAbstractPage. getFellow(java.lang.String compId)ComponentAbstractPage. getFellow(java.lang.String compId, boolean recurse)The same asAbstractPage.getFellow(String).ComponentComponent. getFellow(java.lang.String id)Returns a component of the specified ID in the same ID space.ComponentComponent. getFellow(java.lang.String id, boolean recurse)Returns a component of the specified ID in the same ID space.ComponentIdSpace. getFellow(java.lang.String id)Returns a component of the specified ID in this ID space.ComponentIdSpace. getFellow(java.lang.String id, boolean recurse)Returns a component of the specified ID in this ID space.ComponentAbstractComponent. getFellowIfAny(java.lang.String compId)ComponentAbstractComponent. getFellowIfAny(java.lang.String compId, boolean recurse)ComponentAbstractPage. getFellowIfAny(java.lang.String compId)ComponentAbstractPage. getFellowIfAny(java.lang.String compId, boolean recurse)The same asAbstractPage.getFellowIfAny(String).ComponentComponent. getFellowIfAny(java.lang.String id)Returns a component of the specified ID in the same ID space, or null if not found.ComponentComponent. getFellowIfAny(java.lang.String id, boolean recurse)Returns a component of the specified ID in the same ID space, or null if not found.ComponentIdSpace. getFellowIfAny(java.lang.String id)Returns a component of the specified ID in this ID space, or null if not found.ComponentIdSpace. getFellowIfAny(java.lang.String id, boolean recurse)Returns a component of the specified ID in this ID space, or null if not found.ComponentAbstractComponent. getFirstChild()ComponentComponent. getFirstChild()Returns the first child component, or null if no child at all.ComponentHtmlShadowElement. getFirstInsertion()Returns the first component of its insertion range.ComponentShadowElement. getFirstInsertion()Returns the first component of its insertion range.ComponentShadowElementCtrl. getFirstInsertion()Returns the first component of its insertion range.ComponentAbstractPage. getFirstRoot()ComponentPage. getFirstRoot()Returns the first root component.ComponentAbstractComponent. getLastChild()ComponentComponent. getLastChild()Returns the last child component, or null if no child at all.ComponentHtmlShadowElement. getLastInsertion()Returns the last component of its insertion range.ComponentShadowElement. getLastInsertion()Returns the last component of its insertion range.ComponentShadowElementCtrl. getLastInsertion()Returns the last component of its insertion range.ComponentAbstractPage. getLastRoot()ComponentPage. getLastRoot()Returns the last root component.ComponentHtmlShadowElement. getNextInsertion()Returns the next insertion point, it may be a component, a shadow element, or null.ComponentShadowElement. getNextInsertion()Returns the next insertion point, it may be a component, a shadow element, or null.ComponentShadowElementCtrl. getNextInsertion()Returns the next insertion point, it may be a component, a shadow element, or null.ComponentHtmlShadowElement. getNextInsertionComponentIfAny()Returns the next component before this shadow, if any.ComponentAbstractComponent. getNextSibling()ComponentComponent. getNextSibling()Returns the next sibling, or null if it is the last child.ComponentAbstractComponent. getParent()ComponentComponent. getParent()Returns the parent component, or null if this is the root component.ComponentHtmlShadowElement. getPreviousInsertion()Returns the previous insertion point, it may be a component, a shadow element, or null.ComponentShadowElement. getPreviousInsertion()Returns the previous insertion point, it may be a component, a shadow element, or null.ComponentShadowElementCtrl. getPreviousInsertion()Returns the previous insertion point, it may be a component, a shadow element, or null.ComponentHtmlShadowElement. getPreviousInsertionComponentIfAny()Returns the first component before this shadow, if any.ComponentAbstractComponent. getPreviousSibling()ComponentComponent. getPreviousSibling()Returns the previous sibling, or null if it is the first child.ComponentAbstractComponent. getRoot()Returns the root of the specified component.ComponentComponent. getRoot()Returns the root of this component.static ComponentComponents. getRoot(Component comp)Returns the root component of the specified one.ComponentHtmlShadowElement. getShadowHost()ComponentShadowElement. getShadowHost()Returns the owner component that hosts this shadow element.ComponentHtmlShadowElement. getShadowHostIfAny()ComponentShadowElementCtrl. getShadowHostIfAny()Return the shadow host from it or its ancestor, if any.ComponentHtmlNativeComponent.HtmlHelper. newNative(java.lang.String text)static ComponentComponents. pathToComponent(java.lang.String path, Component ref)Converts a path, generated byComponents.componentToPath(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component), to a component.ComponentAbstractComponent. query(java.lang.String selector)ComponentComponent. query(java.lang.String selector)Find the first component that matches the given CSS3 selector.Methods in org.zkoss.zk.ui that return types with arguments of type Component Modifier and Type Method Description java.util.Collection<Component>Desktop. getComponents()Returns all components contained in this desktop.java.util.Collection<Component>AbstractComponent. getFellows()java.util.Collection<Component>AbstractPage. getFellows()java.util.Collection<Component>Component. getFellows()Returns all fellows in the same ID space of this component.java.util.Collection<Component>IdSpace. getFellows()Returns all fellows in this ID space.protected java.util.Map<Component,java.lang.Integer>AbstractComponent. getIndexCacheMap(Component host)java.util.Map<Component,java.lang.Integer>HtmlShadowElement. getIndexCacheMap(Component host)Internal usejava.util.Collection<Component>AbstractPage. getRoots()java.util.Collection<Component>Page. getRoots()Returns a readonly list of the root components.static java.util.Collection<Component>Components. getVisibleChildren(Component comp)Returns a collection of visible children.protected java.util.Map<Component,java.lang.Integer>AbstractComponent. initIndexCacheMap(Component host)java.util.Map<Component,java.lang.Integer>HtmlShadowElement. initIndexCacheMap(Component host)Internal usejava.util.ListIterator<Component>AbstractComponent.Children. listIterator(int index)java.lang.Iterable<Component>AbstractComponent. queryAll(java.lang.String selector)java.lang.Iterable<Component>Component. queryAll(java.lang.String selector)Returns an iterable object for components that match the given CSS3 selector.Methods in org.zkoss.zk.ui with parameters of type Component Modifier and Type Method Description booleanAbstractComponent. addForward(java.lang.String orgEvent, Component target, java.lang.String targetEvent)booleanAbstractComponent. addForward(java.lang.String orgEvent, Component target, java.lang.String targetEvent, java.lang.Object eventData)booleanComponent. addForward(java.lang.String originalEvent, Component target, java.lang.String targetEvent)Adds a forward condition to forward the event received by this component to another component.booleanComponent. addForward(java.lang.String originalEvent, Component target, java.lang.String targetEvent, java.lang.Object eventData)Adds a forward condition to forward the event received by this component to another component with extra event data.protected voidAbstractComponent. addMoved(Component oldparent, Page oldpg, Page newpg)Called when this component is moved from the specified parent and/or page to the new page.voidHtmlShadowElement. afterHostChildAdded(Component child, int indexOfChild)voidShadowElementCtrl. afterHostChildAdded(Component child, int indexOfChild)Called when a child is added to the host.voidHtmlShadowElement. afterHostChildRemoved(Component child)voidShadowElementCtrl. afterHostChildRemoved(Component child)Called when a child is removed to the host.booleanAbstractComponent. appendChild(Component child)Appends a child to the end of all children.booleanComponent. appendChild(Component child)Appends a child.voidAbstractComponent. beforeChildAdded(Component child, Component insertBefore)Default: does nothing.voidHtmlShadowElement. beforeChildAdded(Component child, Component refChild)voidAbstractComponent. beforeChildRemoved(Component child)Default: does nothing.voidHtmlShadowElement. beforeHostChildAdded(Component child, Component insertBefore, int indexOfInsertBefore)voidShadowElementCtrl. beforeHostChildAdded(Component child, Component insertBefore, int indexOfInsertBefore)Called before the host adding a child.voidHtmlShadowElement. beforeHostChildRemoved(Component child, int indexOfChild)voidShadowElementCtrl. beforeHostChildRemoved(Component child, int indexOfChild)Called before the host removing a child.voidHtmlShadowElement. beforeHostParentChanged(Component parent)voidShadowElementCtrl. beforeHostParentChanged(Component parent)Called before the host changing the parent.voidAbstractComponent. beforeParentChanged(Component parent)Default: If parent is null, execute the @Destroy method if any.voidHtmlShadowElement. beforeParentChanged(Component parent)static java.lang.StringComponents. componentToPath(Component comp, Component ref)Converts a component to a path (relevant to another component).protected abstract voidHtmlShadowElement. compose(Component host)Composes the shadow element.ComponentExecution. createComponents(java.lang.String uri, Component parent, java.util.Map<?,?> arg)Creates components from a page file specified by an URI.ComponentExecution. createComponents(java.lang.String uri, Component parent, Component insertBefore, VariableResolver resolver)Creates components from a page file specified by an URI with a custom variable resolver and inserts before a particular component.Component[]Execution. createComponents(java.lang.String uri, Component parent, Component insertBefore, VariableResolver resolver, java.util.Map<?,?> arg)Creates components from a page file specified by an URI with a custom variable resolver and inserts before a particular component.ComponentExecution. createComponents(PageDefinition pagedef, Component parent, java.util.Map<?,?> arg)Creates components from the specified page definition.ComponentExecution. createComponents(PageDefinition pagedef, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the specified page definition with a custom variable resolver and inserts before a particular component.static ComponentExecutions. createComponents(java.lang.String uri, Component parent, java.util.Map<?,?> arg)Creates components from a page file specified by an URI.static ComponentExecutions. createComponents(PageDefinition pagedef, Component parent, java.util.Map<?,?> arg)Creates components based on the specified page definition.ComponentExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content read from the specified reader.ComponentExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the raw content read from the specified reader with a custom variable resolver and inserts before a particular component.ComponentExecution. createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a string.ComponentExecution. createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the raw content specified by a string with a custom variable resolver and inserts before a particular component.ComponentExecution. createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a DOM tree.ComponentExecution. createComponentsDirectly(Document content, java.lang.String extension, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the raw content specified by a DOM tree with a custom variable resolver and inserts before a particular component.static ComponentExecutions. createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content read from the specified reader.static ComponentExecutions. createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a string.static ComponentExecutions. createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a DOM tree.protected voidAbstractComponent. destroyIndexCacheMap(Component host)voidHtmlShadowElement. destroyIndexCacheMap(Component host)Internal usejava.lang.ObjectExecution. evaluate(Component comp, java.lang.String expr, java.lang.Class<?> expectedType)Evaluates the specified expression with ${link #getVariableResolver} andPage.getFunctionMapper()of the page of the specified component.static java.lang.ObjectExecutions. evaluate(Component comp, java.lang.String expr, java.lang.Class expectedType)Evaluates the specified expression by use of the current context (Executions.getCurrent()).static ComposerComponents. getComposer(Component comp)Returns the composer object, or null if not found.static PageComponents. getCurrentPage(Component comp)Returns the page of the give component, or the current page if the component is null or it doesn't belong to any page.java.lang.StringDesktop. getDynamicMediaURI(Component comp, java.lang.String pathInfo)Returns URI for a dynamic generated media associated with a component.EvaluatorExecution. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator of the current execution.static EvaluatorExecutions. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator of the current execution.static java.lang.ObjectComponents. getImplicit(Component comp, java.lang.String name)Returns the implicit object of the specified name, or null if not found.static java.lang.ObjectComponents. getImplicit(Page page, Component comp, java.lang.String name)Returns the implicit object of the specified name, or null if not found.static intHtmlShadowElement. getIndex(ShadowElement owner, Component insertion, java.util.Map<Component,java.lang.Integer> cacheMap)protected java.util.Map<Component,java.lang.Integer>AbstractComponent. getIndexCacheMap(Component host)java.util.Map<Component,java.lang.Integer>HtmlShadowElement. getIndexCacheMap(Component host)Internal usestatic java.lang.StringPath. getPath(Component comp)Returns the path of the specified component.static ComponentComponents. getRoot(Component comp)Returns the root component of the specified one.java.lang.ObjectAbstractComponent. getShadowVariable(Component baseChild, java.lang.String name, boolean recurse)java.lang.ObjectComponent. getShadowVariable(Component baseChild, java.lang.String name, boolean recurse)Returns the shadow variable enclosed with the base component, which associated with this component or its parent component; or null if not found.protected java.lang.ObjectAbstractComponent. getShadowVariable0(Component baseChild, java.lang.String name, boolean recurse)protected java.lang.StringAbstractComponent. getSpecialRendererOutput(Component comp)static java.util.Collection<Component>Components. getVisibleChildren(Component comp)Returns a collection of visible children.FunctionPage. getZScriptFunction(Component comp, java.lang.String name, java.lang.Class[] argTypes)Returns the function of the specified name by searching the logical scope of the specified component in all the loaded interpreters.java.lang.ObjectPage. getZScriptVariable(Component comp, java.lang.String name)Returns the value of the variable of the specified name by searching the logical scope of the specified component in all the loaded interpreters, if any.protected java.util.Map<Component,java.lang.Integer>AbstractComponent. initIndexCacheMap(Component host)java.util.Map<Component,java.lang.Integer>HtmlShadowElement. initIndexCacheMap(Component host)Internal usestatic HtmlShadowElement.DirectionHtmlShadowElement. inRange(HtmlShadowElement se, Component target)Returns the direction of the target component according to the given shadow element.booleanAbstractComponent. insertBefore(Component newChild, Component refChild)booleanComponent. insertBefore(Component newChild, Component refChild)Inserts a child before the reference child.static booleanComponents. isAncestor(Component node1, Component node2)Tests whether node1 is an ancestor of node 2.static booleanComponents. isRealVisible(Component comp)Returns whether this component is real visible (all its parents are visible).static TemplateTemplates. lookup(Component comp, java.lang.String name)A shortcut of lookup(comp, comp, name, null, false)static TemplateTemplates. lookup(Component comp, Component base, java.lang.String name)A shortcut of lookup(comp, base, name, null, false)static TemplateTemplates. lookup(Component comp, Component base, java.lang.String name, Component compBase)A shortcut of lookup(comp, base, name, compBase, false)static TemplateTemplates. lookup(Component comp, Component base, java.lang.String name, Component compBase, boolean excludeBase)Lookup the template with some information.booleanHtmlShadowElement. mergeToHost(Component host)Merge the host into the current shadow, unlikeHtmlShadowElement.setShadowHost(Component, Component)voidAbstractComponent. onChildAdded(Component child)Default: handles special event listeners.voidHtmlShadowElement. onChildAdded(Component child)voidAbstractComponent. onChildRemoved(Component child)Default: handles special event listeners.protected voidHtmlShadowElement. onHostAttached(Component host)voidHtmlShadowElement. onHostChildAdded(Component child)Default: does nothing.voidShadowElementCtrl. onHostChildAdded(Component child)Called when a child of a host is added into this shadow element.voidHtmlShadowElement. onHostChildRemoved(Component child)Default: does nothing.voidShadowElementCtrl. onHostChildRemoved(Component child)Called when a child of a host is added into this shadow element.protected voidHtmlShadowElement. onHostDetached(Component host)voidAbstractComponent. onParentChanged(Component parent)static ComponentComponents. pathToComponent(java.lang.String path, Component ref)Converts a path, generated byComponents.componentToPath(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component), to a component.voidExecution. postEvent(int priority, Component realTarget, Event evt)Queues the give event for the specified target to this execution.static voidComponents. removeAllChildren(Component comp)Removes all children of the specified component.booleanAbstractComponent. removeChild(Component child)booleanComponent. removeChild(Component child)Removes a child.booleanAbstractComponent. removeForward(java.lang.String orgEvent, Component target, java.lang.String targetEvent)booleanComponent. removeForward(java.lang.String originalEvent, Component target, java.lang.String targetEvent)Removes a forward condition that was added byaddForward(String, Component, String).protected voidAbstractComponent. replace(Component comp, boolean bFellow, boolean bListener, boolean bChildren)Replace the specified component with this component in the component tree.static voidComponents. replace(Component oldc, Component newc)Replaces a component with another.static voidComponents. replaceChildren(Component parent, java.util.Collection<Component> newChildren)Replaces all children of the specified component.java.lang.ObjectHtmlShadowElement. resolveVariable(Component child, java.lang.String name, boolean recurse)java.lang.ObjectShadowElementCtrl. resolveVariable(Component child, java.lang.String name, boolean recurse)Returns the variable associated with this base component or null if not found.booleanHtmlMacroComponent. setInlineParent(Component parent, Component beforeSibling)voidAbstractComponent. setPageBefore(Page page, Component refRoot)voidComponent. setPageBefore(Page page, Component refRoot)Sets what page this component belongs to, and insert this component right before the reference component.voidAbstractComponent. setParent(Component parent)voidComponent. setParent(Component parent)Sets the parent component.voidHtmlMacroComponent. setParent(Component parent)Changes the parent.voidHtmlShadowElement. setParent(Component parent)protected static voidHtmlShadowElement. setPrevInsertion(Component target, Component prevInsertion)voidHtmlShadowElement. setShadowHost(Component host, Component insertBefore)voidShadowElementCtrl. setShadowHost(Component host, Component insertBefore)Sets the owner component that hosts this shadow element.protected voidHtmlShadowElement. shrinkRange(Component firstChild, Component lastChild)static voidComponents. smartUpdate(Component comp, java.lang.String key, java.lang.Object value, boolean append)Adds the smartUpdate command to the specific component.protected voidHtmlShadowElement. stretchRange(Component firstChild, Component lastChild)voidHtmlShadowElement. updateFirstInsertion(Component newFirstInsertion)Updates the given first insertion to this shadow element.voidHtmlShadowElement. updateLastInsertion(Component newLastInsertion)Updates the given last insertion to this shadow element.voidHtmlShadowElement. updateNextInsertion(Component newNextInsertion)Updates the given next insertion to this shadow element.voidHtmlShadowElement. updatePreviousInsertion(Component newPreviousInsertion)Updates the given previous insertion to this shadow element.Method parameters in org.zkoss.zk.ui with type arguments of type Component Modifier and Type Method Description protected static voidAbstractComponent. addClientEvent(java.lang.Class<? extends Component> cls, java.lang.String evtnm, int flags)Adds an event that the client might send to the server.ComponentDefinitionPage. getComponentDefinition(java.lang.Class<? extends Component> cls, boolean recurse)Returns the component definition of the specified class, or null if not found.protected java.lang.StringAbstractComponent. getDefaultMold(java.lang.Class<? extends Component> klass)Returns the default mold for the given class.static intHtmlShadowElement. getIndex(ShadowElement owner, Component insertion, java.util.Map<Component,java.lang.Integer> cacheMap)static voidComponents. replaceChildren(Component parent, java.util.Collection<Component> newChildren)Replaces all children of the specified component.static voidComponents. sort(java.util.List<? extends Component> list, int from, int to, java.util.Comparator<? super Component> cpr)Sorts the components in the list.static voidComponents. sort(java.util.List<? extends Component> list, int from, int to, java.util.Comparator<? super Component> cpr)Sorts the components in the list.static voidComponents. sort(java.util.List<? extends Component> list, java.util.Comparator<? super Component> cpr)Sorts the components in the list.static voidComponents. sort(java.util.List<? extends Component> list, java.util.Comparator<? super Component> cpr)Sorts the components in the list.Constructors in org.zkoss.zk.ui with parameters of type Component Constructor Description ArithmeticWrongValueException(Component comp, int code)ArithmeticWrongValueException(Component comp, int code, java.lang.Object fmtArg)ArithmeticWrongValueException(Component comp, int code, java.lang.Object[] fmtArgs)ArithmeticWrongValueException(Component comp, int code, java.lang.Object[] fmtArgs, java.lang.Object value)ArithmeticWrongValueException(Component comp, java.lang.String msg, java.lang.Object value)ArithmeticWrongValueException(Component comp, java.lang.String msg, java.lang.Throwable cause, java.lang.Object value)Path(Component comp)Returns the path of the specified component.WrongValueException(Component comp, int code)Constructs a wrong value exception to show an error box at the client.WrongValueException(Component comp, int code, java.lang.Object fmtArg)Constructs a wrong value exception to show an error box at the client.WrongValueException(Component comp, int code, java.lang.Object[] fmtArgs)Constructs a wrong value exception to show an error box at the client.WrongValueException(Component comp, java.lang.String msg)Constructs a wrong value exception to show an error box at the client.WrongValueException(Component comp, java.lang.String msg, java.lang.Throwable cause)Constructs a wrong value exception. -
Uses of Component in org.zkoss.zk.ui.event
Classes in org.zkoss.zk.ui.event with type parameters of type Component Modifier and Type Class Description classSelectEvent<T extends Component,E>Represents an event cause by user's the list selection is changed at the client.static interfaceSelectEvent.SelectedObjectHandler<T extends Component>A handle to retrieve selected objects from selected items (components) if possible.Methods in org.zkoss.zk.ui.event with type parameters of type Component Modifier and Type Method Description static <T extends Component,E>
SelectEvent<T,E>SelectEvent. getSelectEvent(AuRequest request)Converts an AU request to a select event.static <T extends Component,E>
SelectEvent<T,E>SelectEvent. getSelectEvent(AuRequest request, SelectEvent.SelectedObjectHandler<T> handler)Converts an AU request to a select event.Methods in org.zkoss.zk.ui.event that return Component Modifier and Type Method Description ComponentMouseEvent. getAreaComponent()Returns the component representing the area that the click occurs, or null if not associated with any component.ComponentDropEvent. getDragged()Returns the component being dragged and drop toEvent.getTarget().ComponentKeyEvent. getReference()Returns the reference item that is the component causing the key event to be fired.ComponentOpenEvent. getReference()Returns the reference that causesEvent.getTarget()to be opened.ComponentEvent. getTarget()Returns the target component that receives this event, or null if broadcast.Methods in org.zkoss.zk.ui.event with parameters of type Component Modifier and Type Method Description voidEventThreadResume. abortResume(Component comp, Event evt)Called when the suspended event thread is aborted.static voidEvents. addEventListeners(Component comp, java.lang.Object controller)Add onXxx event handler defined in controller object to the specified component.voidEventThreadResume. afterResume(Component comp, Event evt)Called after the suspended event thread is resumed.voidEventThreadSuspend. afterSuspend(Component comp, Event evt)Called in the servlet thread after the event processing thread has been suspended.voidEventThreadResume. beforeResume(Component comp, Event evt)Called just before the suspended event thread is resumed.voidEventThreadSuspend. beforeSuspend(Component comp, Event evt, java.lang.Object obj)Called before the event processing thread is suspended.voidGenericEventListener. bindComponent(Component comp)A convenient method that help you register this event listener to the specified target component.voidEventThreadCleanup. cleanup(Component comp, Event evt, java.util.List<java.lang.Throwable> errs)Cleans up the event processing thread.voidEventThreadCleanup. complete(Component comp, Event evt)Called in the serlvet thread to clean up.static voidEvents. echoEvent(java.lang.String name, Component target, java.lang.Object data)Echos an event.static voidEvents. echoEvent(java.lang.String name, Component target, java.lang.String data)Echos an event.static UploadEventUploadEvent. getUploadEvent(java.lang.String name, Component component, AuRequest request)Creates an instance ofUploadEventbased on the event name and component, theUploadEventcontains the upload media(s) from user.booleanEventThreadInit. init(Component comp, Event event)Initialize the event processing thread before processing the event.static booleanEvents. isListened(Component comp, java.lang.String evtnm, boolean asap)Returns whether an event handler or listener is available for the specified component and event.static voidEvents. postEvent(int priority, java.lang.String name, Component target, java.lang.Object data)Posts an instance ofEventto the current execution with the specified priority.static voidEvents. postEvent(int priority, Component realTarget, Event event)Queues the give event for the specified target to this execution.static voidEvents. postEvent(java.lang.String name, Component target, java.lang.Object data)Posts an instance ofEventto the current execution.static voidEvents. postEvent(Component realTarget, Event event)Queues the give event for the specified target to this execution.voidEventThreadInit. prepare(Component comp, Event event)Prepares the initialization at the servlet thread.static voidEvents. sendEvent(java.lang.String name, Component target, java.lang.Object data)Sends the event to the target, and processes it immediately.static voidEvents. sendEvent(Component comp, Event event)Sends the event to the specified component and process it immediately.voidGenericEventListener. unbindComponent(Component comp)A convenient method that help you remove this event listener from the specified target component.Constructors in org.zkoss.zk.ui.event with parameters of type Component Constructor Description AfterSizeEvent(java.lang.String name, Component target, int width, int height)Constructs an AfterSizeEvent.CheckEvent(java.lang.String name, Component target, boolean checked)Constructs a check-relevant event.CheckEvent(java.lang.String name, Component target, java.lang.Boolean checked)Constructs a check-relevant event.CreateEvent(java.lang.String name, Component target, java.util.Map<?,?> args)DOMExceptionEvent(java.lang.String name, Component target, java.lang.String errorName, java.lang.String errorMessage)DropEvent(java.lang.String name, Component target, Component dragged, int x, int y, int pageX, int pageY, int keys)Constructs a drop event.ErrorEvent(java.lang.String name, Component target, java.lang.String val, java.lang.Object oldValue, java.lang.String msg)Constructs an error-relevant event.Event(java.lang.String name, Component target)Constructs a simple event.Event(java.lang.String name, Component target, java.lang.Object data)Constructs a simple event.ForwardEvent(java.lang.String name, Component target, Event origin)Constructs a forward event.ForwardEvent(java.lang.String name, Component target, Event origin, java.lang.Object data)Constructs a forward event.FulfillEvent(java.lang.String name, Component target, Event origin)Constructs a fulfill event.FulfillEvent(java.lang.String name, Component target, Event origin, java.lang.Object data)Constructs a fulfill event.InputEvent(java.lang.String name, Component target, java.lang.String val, java.lang.Object oldValue)Constructs a input-relevant event.InputEvent(java.lang.String name, Component target, java.lang.String val, java.lang.Object oldValue, boolean selbk, int start)Constructs an input eventKeyEvent(java.lang.String name, Component target, int keyCode, boolean ctrlKey, boolean shiftKey, boolean altKey)KeyEvent(java.lang.String name, Component target, int keyCode, boolean ctrlKey, boolean shiftKey, boolean altKey, boolean metaKey, Component ref)Constructs an event with MetaKeyKeyEvent(java.lang.String name, Component target, int keyCode, boolean ctrlKey, boolean shiftKey, boolean altKey, Component ref)Constructs a mouse relevant event.MaximizeEvent(java.lang.String name, Component target, java.lang.String left, java.lang.String top, java.lang.String width, java.lang.String height, boolean maximized)MinimizeEvent(java.lang.String name, Component target, java.lang.String left, java.lang.String top, java.lang.String width, java.lang.String height, boolean minimized)MouseEvent(java.lang.String name, Component target)Construct a mouse relevant event with coordinate or area.MouseEvent(java.lang.String name, Component target, int x, int y, int pageX, int pageY)Constructs a mouse relevant event.MouseEvent(java.lang.String name, Component target, int x, int y, int pageX, int pageY, int keys)Constructs a mouse relevant event.MouseEvent(java.lang.String name, Component target, java.lang.String area, int keys)Constructs a mouse relevant event with a logic name called area.MoveEvent(java.lang.String name, Component target, java.lang.String left, java.lang.String top, int keys)Constructs a mouse relevant event.OpenEvent(java.lang.String name, Component target, boolean open)Constructs an onOpen event.OpenEvent(java.lang.String name, Component target, boolean open, Component ref)Constructs an onOpen event for a context menu, a tooltip or a popup.OpenEvent(java.lang.String name, Component target, boolean open, Component ref, java.lang.Object value)Constructs an onOpen event.ScriptErrorEvent(java.lang.String name, Component target, java.lang.String message, java.lang.String stack)ScrollEvent(java.lang.String name, Component target, double pos)Constructs an scroll-relevant event.ScrollEvent(java.lang.String name, Component target, double dPos, boolean outBound)Constructs an scroll-relevant event.ScrollEvent(java.lang.String name, Component target, int pos)Constructs an scroll-relevant event.ScrollEvent(java.lang.String name, Component target, int pos, boolean outBound)Constructs an scroll-relevant event.SelectEvent(java.lang.String name, Component target, java.util.Set<T> selectedItems)Constructs a selection event.SelectEvent(java.lang.String name, Component target, java.util.Set<T> selectedItems, java.util.Set<T> previousSelectedItems, java.util.Set<T> unselectedItems, java.util.Set<E> selectedObjects, java.util.Set<E> prevSelectedObjects, java.util.Set<E> unselectedObjects, T ref, java.lang.Object data, int keys)Constructs a selection event containing the data objects that model provided.SelectEvent(java.lang.String name, Component target, java.util.Set<T> selectedItems, T ref)Constructs a selection event.SelectEvent(java.lang.String name, Component target, java.util.Set<T> selectedItems, T ref, int keys)Constructs a selection event.SelectionEvent(java.lang.String name, Component target, int start, int end, java.lang.String txt)Constructs a selection event.SizeEvent(java.lang.String name, Component target, java.lang.String width, java.lang.String height, int keys)Constructs a mouse relevant event.SlideEvent(java.lang.String name, Component target, boolean slide)Constructs an onOpen event.SortEvent(java.lang.String name, Component target, boolean ascending)Constructs a sort event.StateChangeEvent(java.lang.String name, Component target, java.lang.Integer state)Constructs the state change event.StubEvent(java.lang.String name, Component target, java.lang.String cmd, java.lang.String uuid, java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> data)Constructs a check-relevant event.StubEvent(StubEvent evt, Component target)SwipeEvent(java.lang.String name, Component target, int swipeX, int swipeY, int swipeTime, java.lang.String swipeDir)UploadEvent(java.lang.String name, Component target, Media[] meds)Constructs the upload event.URIEvent(java.lang.String name, Component target, java.lang.String uri)Constructs an URI update event.ZIndexEvent(java.lang.String name, Component target, int zIndex)Constructs a mouse relevant event. -
Uses of Component in org.zkoss.zk.ui.ext
Methods in org.zkoss.zk.ui.ext that return Component Modifier and Type Method Description ComponentNative.Helper. newNative(java.lang.String text)Creates a native component with the specified content.Methods in org.zkoss.zk.ui.ext with parameters of type Component Modifier and Type Method Description static java.lang.StringUploads. getRealUpload(Component comp, java.lang.String upload)Gets the real upload setting for client.static voidUploads. parseUpload(Component comp, java.lang.String upload)Parse the setting and update the upload-related attributes with the component.booleanMacro. setInlineParent(Component parent, Component beforeSibling)Sets the parent to the given one and insert the children of the inline macro right before the given sibling (beforeSibling). -
Uses of Component in org.zkoss.zk.ui.ext.render
Methods in org.zkoss.zk.ui.ext.render that return Component Modifier and Type Method Description ComponentCropper. getCropOwner()Returns the owner of the cropping scope.Methods in org.zkoss.zk.ui.ext.render that return types with arguments of type Component Modifier and Type Method Description java.util.Set<? extends Component>Cropper. getAvailableAtClient()Returns a set of child components that are available at the client, or null if ALL available. -
Uses of Component in org.zkoss.zk.ui.http
Methods in org.zkoss.zk.ui.http with parameters of type Component Modifier and Type Method Description java.lang.ObjectExecutionImpl. evaluate(Component comp, java.lang.String expr, java.lang.Class<?> expectedType)EvaluatorExecutionImpl. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls) -
Uses of Component in org.zkoss.zk.ui.impl
Classes in org.zkoss.zk.ui.impl with type parameters of type Component Modifier and Type Class Description classMultiComposer<T extends Component>To proxy a collection of composers.Methods in org.zkoss.zk.ui.impl that return Component Modifier and Type Method Description Component[]AbstractExecution. createComponents(java.lang.String uri, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponents(java.lang.String uri, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponents(java.lang.String uri, Component parent, Component insertBefore, VariableResolver resolver)Component[]AbstractExecution. createComponents(java.lang.String uri, Component parent, Component insertBefore, VariableResolver resolver, java.util.Map<?,?> arg)Component[]AbstractExecution. createComponents(java.lang.String uri, Page page, VariableResolver resolver, java.util.Map<?,?> arg)Component[]AbstractExecution. createComponents(PageDefinition pagedef, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponents(PageDefinition pagedef, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponents(PageDefinition pagedef, Component parent, Component insertBefore, VariableResolver resolver)Component[]UiEngineImpl. createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, Component insertBefore, VariableResolver resolver, java.util.Map<?,?> arg)Component[]AbstractExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String ext, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String ext, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String ext, Component parent, Component insertBefore, VariableResolver resolver)Component[]AbstractExecution. createComponentsDirectly(java.lang.String content, java.lang.String ext, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(java.lang.String content, java.lang.String ext, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(java.lang.String content, java.lang.String ext, Component parent, Component insertBefore, VariableResolver resolver)Component[]AbstractExecution. createComponentsDirectly(Document content, java.lang.String ext, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(Document content, java.lang.String ext, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(Document content, java.lang.String ext, Component parent, Component insertBefore, VariableResolver resolver)ComponentEventProcessingThreadImpl. getComponent()ComponentEventProcessor. getComponent()Returns the component.ComponentDesktopImpl. getComponentByUuid(java.lang.String uuid)ComponentDesktopImpl. getComponentByUuidIfAny(java.lang.String uuid)ComponentPageImpl. getOwner()ComponentProxyEvent. getRealTarget()Returns the real target.ComponentDesktopImpl. mapComponent(java.lang.String uuid, Component comp)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ComponentInfo compInfo, Component insertBefore)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ShadowInfo compInfo, Component insertBefore)ComponentUiEngineImpl. setOwner(Component comp)Methods in org.zkoss.zk.ui.impl that return types with arguments of type Component Modifier and Type Method Description java.util.Collection<Component>DesktopImpl. getComponents()Methods in org.zkoss.zk.ui.impl with parameters of type Component Modifier and Type Method Description voidDesktopImpl. addComponent(Component comp)voidPageImpl. addDeferredZScript(Component parent, ZScript zscript)voidUiEngineImpl. addInvalidate(Component comp)voidUiEngineImpl. addMoved(Component comp, Component oldparent, Page oldpg, Page newpg)voidUiEngineImpl. addSmartUpdate(Component comp, java.lang.String attr, java.lang.Object value, boolean append)voidUiEngineImpl. addSmartUpdate(Component comp, java.lang.String attr, java.lang.Object value, int priority)voidUiEngineImpl. addUuidChanged(Component comp)voidDesktopImpl. afterComponentAttached(Component comp, Page page)voidDesktopImpl. afterComponentDetached(Component comp, Page prevpage)voidDesktopImpl. afterComponentMoved(Component parent, Component child, Component prevparent)voidUiEngineExtension. afterCreate(Component[] comps)voidUiEngineImpl.Extension. afterCreate(Component[] comps)Called after the whole component tree has been created by this engine.voidUiEngineImpl. clearSmartUpdate(Component comp)ComponentAbstractExecution. createComponents(java.lang.String uri, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponents(java.lang.String uri, Component parent, Component insertBefore, VariableResolver resolver)Component[]AbstractExecution. createComponents(java.lang.String uri, Component parent, Component insertBefore, VariableResolver resolver, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponents(PageDefinition pagedef, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponents(PageDefinition pagedef, Component parent, Component insertBefore, VariableResolver resolver)Component[]UiEngineImpl. createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, Component insertBefore, VariableResolver resolver, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String ext, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(java.io.Reader reader, java.lang.String ext, Component parent, Component insertBefore, VariableResolver resolver)ComponentAbstractExecution. createComponentsDirectly(java.lang.String content, java.lang.String ext, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(java.lang.String content, java.lang.String ext, Component parent, Component insertBefore, VariableResolver resolver)ComponentAbstractExecution. createComponentsDirectly(Document content, java.lang.String ext, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(Document content, java.lang.String ext, Component parent, Component insertBefore, VariableResolver resolver)booleanUiEngineImpl. disableClientUpdate(Component comp, boolean disable)ComponentInfoMultiComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)static ComponentInfoUtils. getComponentInfo(Component comp)Returns the component info associated with the given component, or null if not available.java.lang.StringDesktopImpl. getDynamicMediaURI(Component comp, java.lang.String pathInfo)java.lang.StringUiEngineImpl. getNativeContent(Component comp, java.util.List<NodeInfo> children, Native.Helper helper)java.lang.StringDesktopImpl. getNextUuid(Component comp)FunctionPageImpl. getZScriptFunction(Component comp, java.lang.String name, java.lang.Class[] argTypes)java.lang.ObjectPageImpl. getZScriptVariable(Component comp, java.lang.String name)booleanUiEngineImpl. isInvalidated(Component comp)ComponentDesktopImpl. mapComponent(java.lang.String uuid, Component comp)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ComponentInfo compInfo, Component insertBefore)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ShadowInfo compInfo, Component insertBefore)java.lang.StringStaticIdGenerator. nextComponentUuid(Desktop desktop, Component comp, ComponentInfo compInfo)voidDesktopImpl. onPiggybackListened(Component comp, boolean listen)voidAbstractExecution. postEvent(int priority, Component realTarget, Event evt)booleanEventProcessingThreadImpl. processEvent(Desktop desktop, Component comp, Event event)Ask this event thread to process the specified event.booleanDesktopImpl. removeComponent(Component comp)voidEventProcessingThreadImpl. sendEvent(Component comp, Event event)static voidUtils. setComponentInfo(Component comp, ComponentInfo info)Sets the component info for the given component.voidPageImpl. setOwner(Component comp)ComponentUiEngineImpl. setOwner(Component comp)static voidUtils. setShadowInfo(Component comp, ShadowInfo info)Sets the component info for the given component.static booleanUtils. testAttribute(Component comp, java.lang.String name, boolean defValue, boolean recurse)Tests if the given attribute is defined in a component or in library property.Method parameters in org.zkoss.zk.ui.impl with type arguments of type Component Modifier and Type Method Description protected voidUiEngineImpl. afterRenderComponents(java.util.Collection<Component> comps)Called when this engine renders the given components.voidUiEngineImpl.Extension. afterRenderComponents(java.util.Collection<Component> comps)Called when this engine renders the given components.ComponentDefinitionPageImpl. getComponentDefinition(java.lang.Class<? extends Component> cls, boolean recurse)Constructors in org.zkoss.zk.ui.impl with parameters of type Component Constructor Description EventProcessor(Desktop desktop, Component comp, Event event)ProxyEvent(Component realTarget, Event event)Constructor. -
Uses of Component in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return Component Modifier and Type Method Description ComponentComponentDefinition. newInstance(java.lang.Class<? extends Component> cls)Creates an component of this definition.ComponentComponentDefinition. newInstance(Page page, java.lang.String clsnm)Creates an component of this definition.ComponentComponentInfo. newInstance(Page page)Creates an component based on this info (never null).ComponentComponentInfo. newInstance(Page page, Component parent)Creates an component based on this info (never null).ComponentNativeInfo. newInstance(Page page, Component parent)ComponentShadowInfo. newInstance(Page page)Creates a shadow element based on this info (never null).ComponentShadowInfo. newInstance(Page page, Component parent)Creates an component based on this info (never null).Methods in org.zkoss.zk.ui.metainfo with parameters of type Component Modifier and Type Method Description voidAttributesInfo. apply(Component comp)Applies the custom attributes.voidShadowInfo. apply(Component comp)Applies the custom attributes.voidVariablesInfo. apply(Component comp)Applies the variable element against the parent component.voidComponentDefinition. applyAttributes(Component comp)Applies the custom attributes defined in this definition to the specified component.voidComponentDefinition. applyProperties(Component comp)Applies the properties defined in this definition to the specified component.voidComponentInfo. applyProperties(Component comp)Applies the event handlers and properties to the specified component.voidShadowInfo. applyProperties(Component comp)Applies the event handlers and properties to the specified component.voidProperty. assign(Component comp)Assigns the value of this member to the specified component.static voidProperty. assign(Component comp, java.lang.String name, java.lang.String value)Assigns a property.voidWidgetAttribute. assign(Component comp)voidWidgetListener. assign(Component comp)voidWidgetOverride. assign(Component comp)java.util.Map<java.lang.String,java.lang.Object>ComponentDefinition. evalProperties(java.util.Map<java.lang.String,java.lang.Object> propmap, Page owner, Component parent)Evaluates and retrieves properties to the specified map.java.util.Map<java.lang.String,java.lang.Object>ComponentInfo. evalProperties(java.util.Map<java.lang.String,java.lang.Object> propmap, Page owner, Component parent, boolean defIncluded)Evaluates and retrieves properties to the specified map fromComponentDefinition(andComponentInfo).EventHandlerEventHandlerMap. get(Component comp, java.lang.String evtnm)Returns the first effective event handler of the specified event name, or null if not available.java.lang.StringZScript. getContent(Page page, Component comp)Returns the content of zscript.java.lang.StringZScriptInfo. getContent(Page page, Component comp)Returns the content of zscript.java.lang.StringComponentDefinition. getDefaultWidgetClass(Component comp)Returns the default widget class, or null if not available.java.lang.StringWidgetListener. getScript(Component comp)Returns the script associated with this event handler.java.lang.StringTemplateInfo. getSrc(Component comp)Returns the URI to create the template from, or null if not specified.java.lang.ObjectProperty. getValue(Component comp)Evaluates the value to an Object.java.lang.StringTextInfo. getValue(Component comp)Returns the value after evaluation.java.lang.StringWidgetAttribute. getValue(Component comp)Returns the value associated with this event handler.java.lang.StringComponentDefinition. getWidgetClass(Component comp, java.lang.String moldName)Returns the widget class associated with specified mold, or the default widget class (ComponentDefinition.getWidgetClass(org.zkoss.zk.ui.Component, java.lang.String)) if not available.booleanComponentDefinition. isInstance(Component comp)Returns whether a component belongs to this definition.ComponentComponentInfo. newInstance(Page page, Component parent)Creates an component based on this info (never null).ComponentNativeInfo. newInstance(Page page, Component parent)ComponentShadowInfo. newInstance(Page page, Component parent)Creates an component based on this info (never null).java.lang.Object[]ZkInfo. resolveCase(Page page, Component comp)Returns the case condition's value, or null if no case is specified (i.e.,ZkInfo.withCase()is false.ComposerComponentInfo. resolveComposer(Page page, Component comp)Returns the composer for this info, or null if not available.java.lang.ClassComponentInfo. resolveImplementationClass(Page page, Component parent)Resolves and returns the class for the component represented by this info (never null).java.util.Map<java.lang.String,java.lang.Object>TemplateInfo. resolveParameters(Component comp)Evaluates and returns a readonly map of parameters assigned to this template (never null).java.lang.ObjectZkInfo. resolveSwitch(Page page, Component comp)Returns the switch condition's value; evaluate EL expression if any.java.lang.StringComponentInfo. resolveWidgetClass(Component comp)Resolves the widget class, or null if the default is expected.Method parameters in org.zkoss.zk.ui.metainfo with type arguments of type Component Modifier and Type Method Description ComponentComponentDefinition. newInstance(java.lang.Class<? extends Component> cls)Creates an component of this definition.voidComponentDefinition. setImplementationClass(java.lang.Class<? extends Component> cls)Sets the class to implements the component.voidLanguageDefinition. setMacroTemplate(java.lang.Class<? extends Component> klass)Sets the macro template.voidLanguageDefinition. setNativeTemplate(java.lang.Class<? extends Component> klass)Sets the native template.voidLanguageDefinition. setShadowTemplate(java.lang.Class<? extends Component> klass)Sets the shadow template. -
Uses of Component in org.zkoss.zk.ui.metainfo.impl
Methods in org.zkoss.zk.ui.metainfo.impl that return Component Modifier and Type Method Description ComponentComponentDefinitionImpl. newInstance(java.lang.Class<? extends Component> cls)ComponentComponentDefinitionImpl. newInstance(Page page, java.lang.String clsnm)Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type Component Modifier and Type Method Description voidAnnotationHelper. applyAnnotations(Component comp, java.lang.String propName, boolean clear)Applies the annotations defined in this helper to the specified component.voidComponentDefinitionImpl. applyAttributes(Component comp)voidComponentDefinitionImpl. applyProperties(Component comp)java.util.Map<java.lang.String,java.lang.Object>ComponentDefinitionImpl. evalProperties(java.util.Map<java.lang.String,java.lang.Object> propmap, Page owner, Component parent)java.lang.StringComponentDefinitionImpl. getDefaultWidgetClass(Component comp)java.lang.StringComponentDefinitionImpl. getWidgetClass(Component comp, java.lang.String moldName)booleanComponentDefinitionImpl. isInstance(Component comp)Method parameters in org.zkoss.zk.ui.metainfo.impl with type arguments of type Component Modifier and Type Method Description ComponentComponentDefinitionImpl. newInstance(java.lang.Class<? extends Component> cls)static ComponentDefinitionComponentDefinitionImpl. newMacroDefinition(LanguageDefinition langdef, PageDefinition pgdef, java.lang.String name, java.lang.Class<? extends Component> cls, java.lang.String macroURI, boolean inline)Constructs a macro component definition.static ComponentDefinitionComponentDefinitionImpl. newNativeDefinition(LanguageDefinition langdef, java.lang.String name, java.lang.Class<? extends Component> cls)Constructs a native component definition.static ComponentDefinitionComponentDefinitionImpl. newShadowDefinition(LanguageDefinition langdef, PageDefinition pgdef, java.lang.String name, java.lang.Class<? extends Component> cls, java.lang.String templateURI)Constructs a shadow component definition.voidComponentDefinitionImpl. setImplementationClass(java.lang.Class<? extends Component> cls)Constructor parameters in org.zkoss.zk.ui.metainfo.impl with type arguments of type Component Constructor Description ComponentDefinitionImpl(LanguageDefinition langdef, PageDefinition pgdef, java.lang.String name, java.lang.Class<? extends Component> cls)Constructs a native component, i.e., a component implemented by a Java class.ShadowDefinitionImpl(LanguageDefinition langdef, PageDefinition pgdef, java.lang.String name, java.lang.Class<? extends Component> cls) -
Uses of Component in org.zkoss.zk.ui.select
Classes in org.zkoss.zk.ui.select with type parameters of type Component Modifier and Type Class Description classSelectorComposer<T extends Component>A composer analogous to GenericForwardComposer.Methods in org.zkoss.zk.ui.select that return types with arguments of type Component Modifier and Type Method Description static java.util.List<Component>Selectors. find(java.lang.String selector)Returns a list of Components that match the selector (from the first page of current Desktop).static java.util.List<Component>Selectors. find(Component root, java.lang.String selector)Returns a list of Components that match the selector.static java.util.List<Component>Selectors. find(Page page, java.lang.String selector)Returns a list of Components that match the selector.static java.lang.Iterable<Component>Selectors. iterable(Component root, java.lang.String selector)Returns an Iterable that iterates through all Components matched by the selector.static java.lang.Iterable<Component>Selectors. iterable(Page page, java.lang.String selector)Returns an Iterable that iterates through all Components matched by the selector.Methods in org.zkoss.zk.ui.select with parameters of type Component Modifier and Type Method Description voidSelectorComposer. didActivate(Component comp)ComponentInfoSelectorComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)static java.util.List<Component>Selectors. find(Component root, java.lang.String selector)Returns a list of Components that match the selector.static java.lang.Iterable<Component>Selectors. iterable(Component root, java.lang.String selector)Returns an Iterable that iterates through all Components matched by the selector.static voidSelectors. rewireComponentsOnActivate(Component component, java.lang.Object controller)Rewire the components on session activationstatic voidSelectors. rewireVariablesOnActivate(Component component, java.lang.Object controller, java.util.List<VariableResolver> extraResolvers)Rewire the variables on session activationjava.lang.ObjectSelectorComposer. willClone(Component comp)Internal use only.voidSelectorComposer. willPassivate(Component comp)static voidSelectors. wireComponents(Component component, java.lang.Object controller, boolean ignoreNonNull)Wire components to controller.static voidSelectors. wireEventListeners(Component component, java.lang.Object controller)Add event listeners to components based on the controller.static voidSelectors. wireVariables(Component component, java.lang.Object controller, java.util.List<VariableResolver> extraResolvers)Wire variables to controller, including XEL variables, implicit variables. -
Uses of Component in org.zkoss.zk.ui.select.impl
Methods in org.zkoss.zk.ui.select.impl that return Component Modifier and Type Method Description ComponentComponentMatchCtx. getComponent()Return the component.ComponentComponentIterator. next()Return the next matched component.ComponentComponentIterator. peek()Return the next matched component, but the iteration is not proceeded.Methods in org.zkoss.zk.ui.select.impl with parameters of type Component Modifier and Type Method Description static booleanComponentLocalProperties. match(Component component, java.lang.String selector)Returns true if the selector matches the given component.static booleanComponentLocalProperties. match(Component component, java.lang.String selector, java.util.Map<java.lang.String,PseudoClassDef> defs)Returns true if the selector matches the given component.Constructors in org.zkoss.zk.ui.select.impl with parameters of type Component Constructor Description ComponentIterator(Component root, java.lang.String selector)Create an iterator which selects from all the descendants of a given component, including itself. -
Uses of Component in org.zkoss.zk.ui.sys
Classes in org.zkoss.zk.ui.sys that implement Component Modifier and Type Class Description classStubComponentA stub component is a 'degenerated' component that does not maintain the states at the server.classStubsComponentRepresents a tree ofStubComponentthat are merged into a single component.Methods in org.zkoss.zk.ui.sys that return Component Modifier and Type Method Description Component[]UiEngine. createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, Component insertBefore, VariableResolver resolver, java.util.Map<?,?> arg)Creates components from the specified page and definition.static Component[]ShadowElementsCtrl. filterOutShadows(Component[] shadows)Returns the component array filter out shadows if any.ComponentEventProcessingThread. getComponent()Returns the component being processed by this thread, or null if idle.ComponentPageCtrl. getOwner()Returns the owner of this page, or null if it is not owned by any component.ComponentVisualizer. getOwner()Returns the owner component for this execution, or null if this execution is not owned by any component.static ComponentComponentsCtrl. getRootParent()Returns the root parent when being called inComponentCtrl.onPageAttached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Page)andComponentCtrl.onPageDetached(org.zkoss.zk.ui.Page)ComponentDesktopCtrl. mapComponent(java.lang.String uuid, Component comp)Maps a component associated with the given UUID to this page.ComponentUiFactory. newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)Creates and initializes a component based on the specifiedComponentDefinition.ComponentUiFactory. newComponent(Page page, Component parent, ComponentInfo compInfo, Component insertBefore)Creates and initializes a component based on the specifiedComponentInfo.ComponentUiFactory. newComponent(Page page, Component parent, ShadowInfo compInfo, Component insertBefore)Creates and initializes a shadow based on the specifiedShadowInfo.ComponentUiEngine. setOwner(Component comp)Called before a component redraws itself if the component might include another page.Methods in org.zkoss.zk.ui.sys with parameters of type Component Modifier and Type Method Description voidDesktopCtrl. addComponent(Component comp)Adds a component to this page.voidPageCtrl. addDeferredZScript(Component parent, ZScript zscript)Adds a deferred zscript.voidUiEngine. addInvalidate(Component comp)Invalidates a component to cause redrawing.voidUiEngine. addMoved(Component comp, Component oldparent, Page oldpg, Page newpg)Called to update (redraw) a component, when a component is moved.voidUiEngine. addSmartUpdate(Component comp, java.lang.String attr, java.lang.Object value, boolean append)Smart-updates a property of the peer widget.voidUiEngine. addSmartUpdate(Component comp, java.lang.String attr, java.lang.Object value, int priority)Adds a smart update that will be executed at the given priority.voidUiEngine. addUuidChanged(Component comp)Called before changing the component's UUID.voidDesktopCtrl. afterComponentAttached(Component comp, Page page)voidDesktopCtrl. afterComponentDetached(Component comp, Page prevpage)voidDesktopCtrl. afterComponentMoved(Component parent, Component child, Component prevparent)static voidComponentsCtrl. applyForward(Component comp, java.lang.String forward)Applies the forward condition to the specified component.voidComponentCtrl. beforeChildAdded(Component child, Component insertBefore)Called before adding a child.voidComponentCtrl. beforeChildRemoved(Component child)Called before removing a child.voidComponentCtrl. beforeParentChanged(Component parent)Called before changing the parent.voidUiEngine. clearSmartUpdate(Component comp)Clears all existing smart updates that belong to the given component.Component[]UiEngine. createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, Component insertBefore, VariableResolver resolver, java.util.Map<?,?> arg)Creates components from the specified page and definition.booleanUiEngine. disableClientUpdate(Component comp, boolean disable)Sets whether to disable the update of the client widget.booleanVisualizer. disableClientUpdate(Component comp, boolean disable)Sets whether to disable the update of the client widget.static Component[]ShadowElementsCtrl. filterOutShadows(Component[] shadows)Returns the component array filter out shadows if any.static java.lang.ObjectShadowElementsCtrl. getDistributedIndexInfo(Component host)Returns the current distributed index info, which is used only byHtmlShadowElement.java.lang.StringUiEngine. getNativeContent(Component comp, java.util.List<NodeInfo> children, Native.Helper helper)Retrieve the native content for a property of the specified component.java.lang.StringDesktopCtrl. getNextUuid(Component comp)Returns the next available UUID for a component.TPropertyAccess. getValue(Component cmp)booleanUiEngine. isInvalidated(Component comp)Returns if this component needs to be redrawn.protected voidStubsComponent. mapChildren(DesktopCtrl desktopCtrl, java.util.List<java.lang.String> uuids, java.util.List<java.lang.String[]> idmap, java.util.List<java.lang.Object[]> evtmap, Component comp)ComponentDesktopCtrl. mapComponent(java.lang.String uuid, Component comp)Maps a component associated with the given UUID to this page.ComponentUiFactory. newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)Creates and initializes a component based on the specifiedComponentDefinition.ComponentUiFactory. newComponent(Page page, Component parent, ComponentInfo compInfo, Component insertBefore)Creates and initializes a component based on the specifiedComponentInfo.ComponentUiFactory. newComponent(Page page, Component parent, ShadowInfo compInfo, Component insertBefore)Creates and initializes a shadow based on the specifiedShadowInfo.default java.lang.StringIdGenerator. nextAnonymousComponentUuid(Component comp, ComponentInfo compInfo)Returns the next anonymous component UUID for the specified component, or null to generate the default UUID.default java.lang.StringIdGenerator. nextComponentUuid(Desktop desktop, Component comp, ComponentInfo compInfo)Returns the next component UUID for the specified component, or null to generate the default UUID.voidComponentCtrl. onChildAdded(Component child)Called when a child is added.voidComponentCtrl. onChildRemoved(Component child)Called when a child is removed.voidStubsComponent. onChildrenMerged(Component replaced, boolean bListener)Called when this component replaced the given component, and the children of the given component shall be 'merged' to this component.voidComponentCtrl. onParentChanged(Component parent)Called after the parent changed.voidDesktopCtrl. onPiggybackListened(Component comp, boolean listen)Called when a component added or removed a listener forEvents.ON_PIGGYBACK.static voidHtmlPageRenders. outStandalone(Execution exec, Component comp, java.io.Writer out)Generates the content of a standalone component that the peer widget is not a child of the page widget at the client.static java.lang.Object[]ComponentsCtrl. parseEventExpression(Component comp, java.lang.String evtexpr, Component defaultComp, boolean deferred)Pares the event expression.booleanDesktopCtrl. removeComponent(Component comp)Removes a component to this page.voidPropertiesRenderer. renderProperties(Component comp, ContentRenderer render)Renders additional properties of the given component with the givenContentRenderer.voidStubComponent. replace(Component comp, boolean bFellow, boolean bListener, boolean bChildren)Replace the specified component with this component in the component tree.voidEventProcessingThread. sendEvent(Component comp, Event event)Sends the specified component and event and processes the event synchronously.voidEventListenerMap. service(Event event, Scope scope, Component comp, java.lang.String cmd)Services the event under the given page and scope.static voidShadowElementsCtrl. setDistributedIndexInfo(Component host, java.lang.Object indexMapInfo)Sets the current distributed index info, which is used only byHtmlShadowElement.voidPageCtrl. setOwner(Component comp)Sets the owner of this page.ComponentUiEngine. setOwner(Component comp)Called before a component redraws itself if the component might include another page.static voidComponentsCtrl. setRootParent(Component comp)Sets root parentvoidPropertyAccess. setValue(Component cmp, T value)Method parameters in org.zkoss.zk.ui.sys with type arguments of type Component Modifier and Type Method Description static java.util.Collection<JavaScriptValue>ComponentsCtrl. redraw(java.util.Collection<? extends Component> comps)An utilities to create an array of JavaScript objects (JavaScriptValue) that can be used to mount the specified widget at the clients. -
Uses of Component in org.zkoss.zk.ui.util
Classes in org.zkoss.zk.ui.util with type parameters of type Component Modifier and Type Interface Description interfaceComposer<T extends Component>Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.interfaceComposerExt<T extends Component>An addition interface implemented withComposerto provide more control.classGenericAutowireComposer<T extends Component>A skeletal composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page.classGenericComposer<T extends Component>A skeletal composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.classGenericForwardComposer<T extends Component>A skeletal composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible variable objects such as embedded objects, components, and external resolvable variables in a ZK zuml page; this class will add forward condition to the myid source component and forward source onXxx event received by the source myid component to the target onXxx$myid event (as defined in this composer) of the supervised target component; of course it will also registers onXxx$myid events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.Fields in org.zkoss.zk.ui.util declared as Component Modifier and Type Field Description protected TGenericAutowireComposer. selfImplicit Object; the applied component itself.Methods in org.zkoss.zk.ui.util that return Component Modifier and Type Method Description Component[]Template. create(Component parent, Component insertBefore, VariableResolver resolver, Composer composer)Creates the components defined in this template.Methods in org.zkoss.zk.ui.util with parameters of type Component Modifier and Type Method Description static voidConventionWires. addForwards(Component comp, java.lang.Object controller)Adds forward conditions to myid source component so onXxx source event received by myid component can be forwarded to the specified target component with the target event name onXxx$myid.static voidConventionWires. addForwards(Component comp, java.lang.Object controller, char separator)Adds forward conditions to the specified component with a custom separator.voidConfiguration. afterComponentAttached(Component comp, Page page)InvokesUiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page)when a component is attached to a page.voidUiLifeCycle. afterComponentAttached(Component comp, Page page)Called after a component is attached to a page.voidConfiguration. afterComponentDetached(Component comp, Page prevpage)InvokesUiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page)when a component is detached from a page.voidUiLifeCycle. afterComponentDetached(Component comp, Page prevpage)Called after a component is detached from a page.voidConfiguration. afterComponentMoved(Component parent, Component child, Component prevparent)InvokesUiLifeCycle.afterComponentMoved(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component)when a component is moved (a.k.a., page changed).voidUiLifeCycle. afterComponentMoved(Component parent, Component child, Component prevparent)Called after the parent/children relation is changed.voidConfiguration. afterShadowAttached(ShadowElement shadow, Component host)InvokesUiLifeCycle.afterShadowAttached(ShadowElement, Component)when a shadow is attached to a host.voidUiLifeCycle. afterShadowAttached(ShadowElement shadow, Component host)Called after a shadow is attached to a host.voidConfiguration. afterShadowDetached(ShadowElement shadow, Component prevhost)InvokesUiLifeCycle.afterShadowDetached(ShadowElement, Component)when a shadow is detached from a host.voidUiLifeCycle. afterShadowDetached(ShadowElement shadow, Component prevhost)Called after a shadow is detached from a host.static voidClients. clearBusy(Component comp)Clears the busy message at the browser that covers only the specified component.static voidClients. clearWrongValue(Component comp)Closes the error message of the specified component, if any, at the browser.static voidClients. clearWrongValue(Component[] comps)Closes the error message of the specified components, if any, at the browser.Component[]Template. create(Component parent, Component insertBefore, VariableResolver resolver, Composer composer)Creates the components defined in this template.voidComponentActivationListener. didActivate(Component comp)Called when a session has just been activated (and its value has been deserialized).voidGenericAutowireComposer. didActivate(Component comp)voidComponentSerializationListener. didDeserialize(Component comp)Called when a component has de-serialized this object back.voidComposition. doAfterCompose(Page page, Component[] comps)voidGenericInitiator. doAfterCompose(Page page, Component[] comps)voidInitiatorExt. doAfterCompose(Page page, Component[] comps)Called after all components are created (a.k.a., composed), and before any event is processed.ComponentInfoComposerExt. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)Invokes before composing a component.ComponentInfoGenericComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)static voidClients. focus(Component component)Focus the component (HtmlBasedComponent)static ForEachForEachImpl. getInstance(EvaluatorRef evalr, Component comp, java.lang.String expr, java.lang.String begin, java.lang.String end)Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.static ForEachForEachImpl. getInstance(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end)Returns an instance that represents the iterator for the specified collection.static ForEachForEachImpl. getInstance(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end, ExValue step)Returns an instance that represents the iterator for the specified collection.voidConfiguration. invokeEventThreadCompletes(java.util.List<EventThreadCleanup> cleanups, Component comp, Event evt, java.util.List<java.lang.Throwable> errs, boolean silent)booleanConfiguration. invokeEventThreadInits(java.util.List<EventThreadInit> inits, Component comp, Event evt)voidConfiguration. invokeEventThreadResumeAborts(Component comp, Event evt)InvokesEventThreadResume.abortResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>).voidConfiguration. invokeEventThreadResumes(java.util.List<EventThreadResume> resumes, Component comp, Event evt)voidConfiguration. invokeEventThreadSuspends(java.util.List<EventThreadSuspend> suspends, Component comp, Event evt)InvokesEventThreadSuspend.afterSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>).booleanCondition. isEffective(Component comp)Used to evaluate whether it is effective.booleanConditionImpl. isEffective(Evaluator eval, Component comp)Used to evaluate whether it is effective.java.util.List<EventThreadCleanup>Configuration. newEventThreadCleanups(Component comp, Event evt, java.util.List<java.lang.Throwable> errs, boolean silent)InvokesEventThreadCleanup.cleanup(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List<java.lang.Throwable>)for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>).java.util.List<EventThreadInit>Configuration. newEventThreadInits(Component comp, Event evt)Constructs a list ofEventThreadInitinstances and invokesEventThreadInit.prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>).java.util.List<EventThreadResume>Configuration. newEventThreadResumes(Component comp, Event evt)Constructs a list ofEventThreadResumeinstances and invokesEventThreadResume.beforeResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>).java.util.List<EventThreadSuspend>Configuration. newEventThreadSuspends(Component comp, Event evt, java.lang.Object obj)Constructs a list ofEventThreadSuspendinstances and invokesEventThreadSuspend.beforeSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object)for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>).static voidClients. resize(Component comp)Forces the client to re-calculate the size of the given component.static voidClients. scrollIntoView(Component cmp)Scrolls the ancestor elements to make the specified element visible.static voidClients. sendClientCommand(Component component, java.lang.String commandName, java.lang.Object data)Send a command to client (afterCommand)static voidNotification. show(java.lang.String msg, java.lang.String type, Component ref, int x, int y, int duration)Displays a message.static voidNotification. show(java.lang.String msg, java.lang.String type, Component ref, int x, int y, int duration, boolean closable)Displays a message.static voidNotification. show(java.lang.String msg, java.lang.String type, Component ref, java.lang.String position, int duration)Displays a message.static voidNotification. show(java.lang.String msg, java.lang.String type, Component ref, java.lang.String position, int duration, boolean closable)Displays a message.static voidNotification. show(java.lang.String msg, Component ref)Shows a message at the right side of the given component.static voidNotification. show(java.lang.String msg, Component ref, boolean closable)Shows a message at the right side of the given component.static voidClients. showBusy(Component comp, java.lang.String msg)Shows the busy message at the browser that covers only the specified component.static voidClients. showNotification(java.lang.String msg, java.lang.String type, Component ref, int x, int y, int duration)Displays a message.static voidClients. showNotification(java.lang.String msg, java.lang.String type, Component ref, int x, int y, int duration, boolean closable)Displays a message.static voidClients. showNotification(java.lang.String msg, java.lang.String type, Component ref, java.lang.String position, int duration)Displays a message.static voidClients. showNotification(java.lang.String msg, java.lang.String type, Component ref, java.lang.String position, int duration, boolean closable)Displays a message.static voidClients. showNotification(java.lang.String msg, Component ref)Shows a message at the right side of the given component.static voidClients. showNotification(java.lang.String msg, Component ref, boolean closable)Shows a message at the right side of the given component.static voidClients. submitForm(Component form)Submits the form with the specified form.static voidClients. syncErrorbox(Component component)Send a command to sync a target component and its errorbox position.java.lang.ObjectComponentCloneListener. willClone(Component comp)Called when a component is going to be cloned.java.lang.ObjectGenericAutowireComposer. willClone(Component comp)Internal use only.voidComponentActivationListener. willPassivate(Component comp)Called when a session is about to be passivated (and then serialize its value).voidGenericAutowireComposer. willPassivate(Component comp)voidComponentSerializationListener. willSerialize(Component comp)Called when a component is going to serialize this object.static voidConventionWires. wireController(Component comp, java.lang.Object controller)Wire controller as an attribute of the specified component.static voidConventionWires. wireController(Component comp, java.lang.Object controller, char separator)Wire controller as an attribute of the specified component with a custom separator.static voidConventionWires. wireImplicit(Component comp, java.lang.Object controller)Wire implicit variables of the specified component into a controller Java object.static voidConventionWires. wireServiceCommand(Component comp, java.lang.Object controller)Wire controller's command method to be an AuService command that the command can be triggered from client side JavaScript.static voidConventionWires. wireVariables(Component comp, java.lang.Object controller)Wire accessible variable objects of the specified component into a controller Java object.static voidConventionWires. wireVariables(Component comp, java.lang.Object controller, char separator)Wire accessible variable objects of the specified component with a custom separator.static voidConventionWires. wireVariables(Component comp, java.lang.Object controller, char separator, boolean ignoreZScript, boolean ignoreXel)Wire controller as a variable objects of the specified component with full control.static voidClients. wrongValue(Component comp, java.lang.String msg)Shows an error message for the specified component, if any, at the browser.Method parameters in org.zkoss.zk.ui.util with type arguments of type Component Modifier and Type Method Description static voidClients. clearWrongValue(java.util.List<Component> comps)Closes the error message of the specified components, if any, at the browser.Constructors in org.zkoss.zk.ui.util with parameters of type Component Constructor Description ForEachImpl(EvaluatorRef evalr, Component comp, java.lang.String expr, java.lang.String begin, java.lang.String end)Constructor.ForEachImpl(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end)Constructor.ForEachImpl(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end, ExValue step)Constructor. -
Uses of Component in org.zkoss.zk.xel
Methods in org.zkoss.zk.xel with parameters of type Component Modifier and Type Method Description java.lang.ObjectEvaluator. evaluate(Component comp, Expression expression)Evaluates the expression.static java.lang.ObjectEvaluators. evaluate(Evaluator eval, Component comp, java.lang.String expr, java.lang.Class<?> expectedClass)Evaluates the specified expression (which might or might not contain ${ or #{).java.lang.ObjectExValue. getValue(Evaluator eval, Component comp)Returns the value after evaluation. -
Uses of Component in org.zkoss.zk.xel.impl
Methods in org.zkoss.zk.xel.impl with parameters of type Component Modifier and Type Method Description java.lang.ObjectSimpleEvaluator. evaluate(Component comp, Expression expression)static java.lang.ObjectUtils. evaluateComposite(Evaluator eval, Component comp, java.lang.Object expr)Evaluates the composite expression parsed byUtils.parseComposite(java.lang.String, java.lang.Class, int)against a component. -
Uses of Component in org.zkoss.zkex.bind.impl
Methods in org.zkoss.zkex.bind.impl with parameters of type Component Modifier and Type Method Description voidReferenceBindingHandlerImpl. addReferenceBinding(Component comp, java.lang.String attr, ReferenceBinding binding)voidReferenceBindingHandlerImpl. removeReferenceBinding(Component comp)voidReferenceBindingHandlerImpl. removeReferenceBinding(Component comp, java.lang.String attr) -
Uses of Component in org.zkoss.zkex.ui.event
Constructors in org.zkoss.zkex.ui.event with parameters of type Component Constructor Description RotationEvent(java.lang.String name, Component target)Constructs a rotation event.RotationEvent(java.lang.String name, Component target, java.lang.Object data)Constructs a rotation event.ZoomEvent(java.lang.String name, Component target)Constructs a zoom event.ZoomEvent(java.lang.String name, Component target, java.lang.Object data)Constructs a zoom event. -
Uses of Component in org.zkoss.zkex.zul
Classes in org.zkoss.zkex.zul that implement Component Modifier and Type Class Description classColorboxA Colorbox used to retrieve an input that the user can select a color.classColumnchildrenThe column of Columnlayout.classColumnlayoutA columnlayout lays out a container which can have multiple columns, and each column may contain one or more component.
Use Columnlayout need assign width (either present or pixel) on every Columnchildren, or we cannot make sure about layout look.classFisheyeA fisheye item.classFisheyebarA fisheye bar is a bar ofFisheyethat is a menu similar to the fish eye menu on the Mac OS.classJasperreportThe JasperReport component.classPdfviewerA PDF file viewer.classRangesliderA rangeslider.classSliderbuttonsA pair of buttons for slider (rangeslider and multislider).Methods in org.zkoss.zkex.zul with parameters of type Component Modifier and Type Method Description voidColumnlayout. beforeChildAdded(Component child, Component refChild)voidFisheyebar. beforeChildAdded(Component child, Component refChild)voidPdfviewer. beforeChildAdded(Component child, Component insertBefore)voidRangeslider. beforeChildAdded(Component child, Component refChild)voidColumnchildren. beforeParentChanged(Component parent)voidFisheye. beforeParentChanged(Component parent)voidPdfviewer. onChildAdded(Component child)voidPdfviewer. onChildRemoved(Component child) -
Uses of Component in org.zkoss.zkex.zul.event
Constructors in org.zkoss.zkex.zul.event with parameters of type Component Constructor Description RangeValueChangeEvent(java.lang.String name, Component target, int[] values) -
Uses of Component in org.zkoss.zkmax.bind
Methods in org.zkoss.zkmax.bind with parameters of type Component Modifier and Type Method Description java.lang.ObjectGsonConverter. coerceToBean(java.lang.Object compAttr, Component component, BindContext ctx)java.lang.ObjectJacksonConverter. coerceToBean(java.lang.Object compAttr, Component component, BindContext ctx)java.lang.ObjectGsonConverter. coerceToUi(java.lang.Object beanProp, Component component, BindContext ctx)java.lang.ObjectJacksonConverter. coerceToUi(java.lang.Object beanProp, Component component, BindContext ctx) -
Uses of Component in org.zkoss.zkmax.bind.impl
Fields in org.zkoss.zkmax.bind.impl with type parameters of type Component Modifier and Type Field Description protected java.util.Map<Component,java.util.Set<TrackerNode>>TrackerImplEx. _compTailMapMethods in org.zkoss.zkmax.bind.impl that return types with arguments of type Component Modifier and Type Method Description java.util.Set<Component>BindUiLifeCycleExtension. getLifeCycleHandlingSet(boolean create)java.util.Map<Component,java.lang.String>AnnotateBinderEx. getLookupComponentFormIdCache()Internal implementation use only.protected java.util.Map<Component,java.util.Map<java.lang.Object,TrackerNode>>TrackerImplEx. initCompMap()Methods in org.zkoss.zkmax.bind.impl with parameters of type Component Modifier and Type Method Description voidTrackerImplEx. addTracking(Component comp, java.lang.String[] series, Binding binding)java.lang.ObjectBiglistboxSelectedIndexConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectBiglistboxSelectedObjectConverter. coerceToBean(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectDropuploadNativeConverter. coerceToBean(java.lang.Object compAttr, Component component, BindContext ctx)java.lang.ObjectBiglistboxSelectedIndexConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectBiglistboxSelectedObjectConverter. coerceToUi(java.lang.Object val, Component comp, BindContext ctx)java.lang.ObjectDropuploadNativeConverter. coerceToUi(java.lang.Object beanProp, Component component, BindContext ctx)protected java.lang.ObjectTemplateResolverImpl. evaluateTemplate(Component eachComp, java.lang.Object eachData, int index, int size, java.lang.String subType)protected TrackerNodeTrackerImplEx. getOrCreateTrackerNode(Component comp, java.lang.String[] series)protected BindingTemplateResolverImpl. getTemplateBinding(Component eachComp, java.lang.Object eachData, int index, int size)booleanBindUiLifeCycleExtension. isLifeCycleHandling(Component comp)voidBindUiLifeCycleExtension. markLifeCycleHandling(Component comp)voidBindUiLifeCycleExtension. removeLifeCycleHandling(Component comp)voidTrackerImplEx. removeTrackings(Component comp)java.lang.StringBindCascaderRenderer. render(Component owner, E data, int index)java.lang.StringBindChosenboxRenderer. render(Component owner, java.lang.Object data, int index)java.lang.StringBindSearchboxRenderer. render(Component owner, E data, int index)Method parameters in org.zkoss.zkmax.bind.impl with type arguments of type Component Modifier and Type Method Description voidTrackerImplEx. removeTrackings(java.util.Set<Component> comps)Constructors in org.zkoss.zkmax.bind.impl with parameters of type Component Constructor Description TemplateResolverImpl(Binder binder, Component comp, java.lang.String attr, java.lang.String templateExpr, java.util.Map<java.lang.String,java.lang.Object> templateArgs) -
Uses of Component in org.zkoss.zkmax.ui.event
Constructors in org.zkoss.zkmax.ui.event with parameters of type Component Constructor Description PortalDropEvent(java.lang.String evtnm, Component target, Portalchildren from, Portalchildren to, Panel dragged, int droppedIndex, int draggedIndex, int droppedColumnIndex, int draggedColumnIndex)Constructs a PortalDrop event.PortalMoveEvent(java.lang.String evtnm, Component target, Portalchildren from, Portalchildren to, Panel dragged, int droppedIndex)Constructs a ColumnMoved event. -
Uses of Component in org.zkoss.zkmax.zul
Classes in org.zkoss.zkmax.zul that implement Component Modifier and Type Class Description classAnchornavA anchornav component Anchornav synchronizes the scrolling position on a page or within ZK containers (Div, Window, etc.)classBarcodeRepresents a barcodeclassBarcodescannerA Barcode scanner Only works for Chrome, Firefox and Edge. iOS Safari is supported since 11.classBiglistboxA component to handle a huge data sets and provides the same and as many as the functionalities ofListboxincluding selection, sorting, keystroke navigation, ROD(rendering-on-demand), and so on.classCameraA camera, use to record video and take snapshot, have a preview screen.classCardlayoutA layout allow end user change view like change card.classCascader<E>A Cascader is a dropdown list in tree structure, and it supports TreeModel.classChosenboxA component that similar to Combobox but handle the multi-selection and the select order.classCoachmarkA coachmark component.classCropperAn image cropper that can select a range to get the cropped result.classDrawerA drawer.classDropuploadA component can handle drag files into it, and upload files to server.classGoldenLayoutA docker type layout component.classGoldenPanelA GoldenPanel component.classLineitemA lineitem.classLinelayoutA linelayout component for stylistically displaying chronological information.classMultisliderA Multislider.classNavA container is used to display navitems, it should be placed inside aNavbar.classNavbarA container that usually contains nav elements.classNavitemclassNavseparatorUsed to create a separator between menu items.classOrganigramA container which can be used to draw a hierarchical organizational chart, you can specify aTreeModelto render the data.classOrgchildrenAn orgchildren.classOrgitemAn orgitem.classOrgnodeAn orgnode.classPortalchildrenThe column of Portallayout.classPortallayoutA portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.classRowchildrenRowchildren component is used for placing components inside the grid created by rowlayout component.classRowlayoutDivide the parent container into a row of equal-width columns separated by spacings.classScrollviewA container that can scroll containing elements on touch devices.classSearchbox<E>A dropdown list that allows users to search and select items.classSignatureA signature pad for user to sign a signature on it with save, undo, clear method.classSplitlayoutA layout container which is used to divide a component into two components.classStepA step is used for displaying user navigation, it should be placed inside aStepbar.classStepbarA stepbar.classTablechildrenThe cell of Tablelayout.classTablelayoutTablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.classTbeditorA component which is similar to ckeditor but is lightweight and efficient.classTimepickerAn input box for holding a time (aDateObject), but only Hour, Minute, Second are used.classVideoA video player.Methods in org.zkoss.zkmax.zul that return Component Modifier and Type Method Description ComponentDropupload. getAnchor()Return the anchor of dropupload.Methods in org.zkoss.zkmax.zul with parameters of type Component Modifier and Type Method Description voidGoldenLayout. beforeChildAdded(Component child, Component refChild)voidLineitem. beforeChildAdded(Component child, Component refChild)voidLinelayout. beforeChildAdded(Component child, Component insertBefore)voidMultislider. beforeChildAdded(Component child, Component refChild)voidNav. beforeChildAdded(Component child, Component refChild)voidNavbar. beforeChildAdded(Component child, Component refChild)voidOrganigram. beforeChildAdded(Component child, Component insertBefore)voidOrgchildren. beforeChildAdded(Component child, Component insertBefore)voidOrgitem. beforeChildAdded(Component child, Component insertBefore)voidPortalchildren. beforeChildAdded(Component child, Component refChild)voidPortallayout. beforeChildAdded(Component child, Component refChild)voidRowchildren. beforeChildAdded(Component child, Component insertBefore)voidRowlayout. beforeChildAdded(Component child, Component refChild)voidSplitlayout. beforeChildAdded(Component child, Component refChild)voidStepbar. beforeChildAdded(Component child, Component insertBefore)voidTablelayout. beforeChildAdded(Component child, Component refChild)voidVideo. beforeChildAdded(Component child, Component insertBefore)voidGoldenPanel. beforeParentChanged(Component parent)voidLineitem. beforeParentChanged(Component parent)voidNav. beforeParentChanged(Component parent)voidNavitem. beforeParentChanged(Component parent)voidOrgchildren. beforeParentChanged(Component parent)voidOrgitem. beforeParentChanged(Component parent)voidPortalchildren. beforeParentChanged(Component parent)voidRowchildren. beforeParentChanged(Component parent)voidStep. beforeParentChanged(Component parent)voidTablechildren. beforeParentChanged(Component parent)booleanCardlayout. insertBefore(Component newChild, Component refChild)booleanGoldenLayout. insertBefore(Component newChild, Component refChild)booleanOrganigram. insertBefore(Component newChild, Component refChild)booleanOrgitem. insertBefore(Component newChild, Component refChild)booleanStepbar. insertBefore(Component newChild, Component refChild)voidGoldenLayout. onChildAdded(Component child)voidMultislider. onChildAdded(Component child)voidOrgchildren. onChildAdded(Component child)voidOrgitem. onChildAdded(Component child)voidOrganigram. onChildRemoved(Component child)voidOrgchildren. onChildRemoved(Component child)voidOrgitem. onChildRemoved(Component child)booleanCardlayout. removeChild(Component child)booleanStepbar. removeChild(Component child)java.lang.StringMatrixRenderer. renderCell(Component owner, T data, int rowIndex, int colIndex)Renders the content of the cell as HTML result.java.lang.StringMatrixRenderer. renderHeader(Component owner, T data, int rowIndex, int colIndex)Renders the content of the header as HTML result.voidDropupload. setAnchor(Component anchor)Set the anchor of dropupload, it allows the dropupload component to anchor to another component and overlay that component when the user drag & drops files to the browser.voidOrgchildren. setParent(Component parent)voidOrgitem. setParent(Component parent)voidCoachmark. setTarget(Component comp)Sets the target component of this coachmark. -
Uses of Component in org.zkoss.zkmax.zul.event
Constructors in org.zkoss.zkmax.zul.event with parameters of type Component Constructor Description CellClickEvent(java.lang.String name, Component target, int x, int y, int pageX, int pageY, int keys, int columnIndex, int rowIndex)CellClickEvent(java.lang.String name, Component target, java.lang.String area, int keys, int columnIndex, int rowIndex)DetectEvent(java.lang.String name, Component target, java.lang.Object data)DivisionSizeEvent(java.lang.String name, Component target, boolean isVertical, int[] sizes)OfflineRecoverEvent(java.lang.String name, Component target, java.lang.Object vm, java.util.Map<java.lang.String,java.lang.Object> packet)ScrollEventExt(java.lang.String name, Component target, int x, int y)SortEventExt(java.lang.String name, Component target, boolean ascending, int columnIndex)StateChangeEvent(java.lang.String name, Component target, java.lang.Integer state)Deprecated.Constructs the state change event. -
Uses of Component in org.zkoss.zkmax.zul.impl
Methods in org.zkoss.zkmax.zul.impl that return types with arguments of type Component Modifier and Type Method Description java.util.Set<? extends Component>LiveGridDataLoader. getAvailableAtClient()protected java.util.Set<? extends Component>LiveListboxDataLoader. getAvailableAtClient(boolean itemOnly)Methods in org.zkoss.zkmax.zul.impl with parameters of type Component Modifier and Type Method Description voidLiveGridDataLoader. init(Component owner, int offset, int limit)voidLiveListboxDataLoader. init(Component owner, int offset, int limit) -
Uses of Component in org.zkoss.zkplus.embed
Methods in org.zkoss.zkplus.embed with parameters of type Component Modifier and Type Method Description static voidRenders. render(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Component comp, java.lang.String path, java.io.Writer out)Outputs the HTML tags of the given component to the given writer. -
Uses of Component in org.zkoss.zkplus.spring
Methods in org.zkoss.zkplus.spring with parameters of type Component Modifier and Type Method Description voidSpringTransactionSynchronizationListener. abortResume(Component comp, Event evt)voidSpringTransactionSynchronizationListener. afterResume(Component comp, Event evt)voidSpringTransactionSynchronizationListener. beforeResume(Component comp, Event evt)voidSpringTransactionSynchronizationListener. cleanup(Component comp, Event evt, java.util.List errs)voidSpringTransactionSynchronizationListener. complete(Component comp, Event evt)booleanSpringTransactionSynchronizationListener. init(Component comp, Event evt)voidSpringTransactionSynchronizationListener. prepare(Component comp, Event evt) -
Uses of Component in org.zkoss.zkplus.util
Methods in org.zkoss.zkplus.util with parameters of type Component Modifier and Type Method Description voidThreadLocalListener. abortResume(Component comp, Event evt)voidThreadLocalListener. afterResume(Component comp, Event evt)voidThreadLocalListener. beforeResume(Component comp, Event evt)voidThreadLocalListener. cleanup(Component comp, Event evt, java.util.List errs)voidThreadLocalListener. complete(Component comp, Event evt)booleanThreadLocalListener. init(Component comp, Event evt)voidThreadLocalListener. prepare(Component comp, Event evt) -
Uses of Component in org.zkoss.zml
Classes in org.zkoss.zml that implement Component Modifier and Type Class Description classTransformerXML transformer.classXmlMacroComponentThe implementation of a macro component for XML output.classXmlNativeComponentA comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).Methods in org.zkoss.zml that return Component Modifier and Type Method Description ComponentXmlNativeComponent.XmlHelper. newNative(java.lang.String text)Methods in org.zkoss.zml with parameters of type Component Modifier and Type Method Description booleanXmlMacroComponent. setInlineParent(Component parent, Component beforeSibling)voidXmlMacroComponent. setParent(Component parent)Changes the parent. -
Uses of Component in org.zkoss.zul
Classes in org.zkoss.zul that implement Component Modifier and Type Class Description classAThe same as HTML A tag.classAbsolutechildrenA container component that can contain any other ZK component and can only be contained as direct child of Absolutelayout component.classAbsolutelayoutAn Absolutelayout component can contain absolute positioned multiple absolutechildren components.classAnchorchildrenclassAnchorlayoutclassAreaAn area of aImagemap.classAudioAn audio clip.classAuxheadUsed to define a collection of auxiliary headers (Auxheader).classAuxheaderAn auxiliary header.classBandboxA band box.classBandpopupThe popup that belongs to aBandboxinstance.classBorderlayoutA border layout is a layout container for arranging and resizing child components to fit in five regions: north, south, east, west, and center.classBoxA box.classButtonA button.classCalendarA calendar.classCaptchaThe generic captcha component.classCaptionRepresents a header for various UI components includingGroupbox,Window,Panel,Tab, andLayoutRegion.classCellclassCenterA center region of a borderlayout.classChartThe generic chart component.classCheckboxA checkbox.classColumnA single column in aColumnselement.classColumnsDefines the columns of a grid.classComboboxA combobox.classCombobuttonA combo button.classComboitemAn item of a combo box.classDateboxAn edit box for holding a date.classDecimalboxAn edit box for holding BigDecimal.classDetailThe detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.classDivThe same as HTML DIV tag.classDoubleboxAn edit box for holding an float point value (double).classDoublespinnerAn edit box for holding a constrained double.classEastAn east region of a border layout.classFileuploadA fileupload dialog used to let user upload a file.classFootclassFooterA column of the footer of a grid (Grid).classFrozenA frozen component to represent a frozen column or row in grid, like MS Excel.classGridA grid is an element that contains both rows and columns elements.classGroupAdds the ability for single level grouping to the Grid.classGroupboxGroups a set of child elements to have a visual effect.classGroupfootGroupfoot serves as a summary row of group.classHboxDeprecated.As of release 10.3.0, usingHlayoutinstead.classHlayoutA horizontal layoutclassHtmlA component used to embed the browser native content (i.e., HTML tags) into the output sent to the browser.classIdspaceJust like DIV tag but implements IdSpace.classIframeIncludes an inline frame.classImageAn image.classImagemapAn image map.classIncludeIncludes the result generated by any servlet, not limited to a ZUML page.classInputgroupAn inputgroup.classIntboxAn edit box for holding an integer.classLabelA label.classLayoutA layout.classLayoutRegionA layout region in a border layout.classListboxA listbox.classListcellA list cell.classListfootA row ofListfooter.classListfooterA column of the footer of a list box (Listbox).classListgroupAdds the ability for single level grouping to the Listbox.classListgroupfootListgroupfoot serves as a summary listitem of listgroup.classListheadA list headers used to define multi-columns and/or headers.classListheaderThe list header which defines the attributes and header of a column of a list box.classListitemA list item.classLongboxAn edit box for holding an integer.classMenuAn element, much like a button, that is placed on a menu bar.classMenubarA container that usually contains menu elements.classMenuitemA single choice in aMenupopupelement.classMenupopupA container used to display menus.classMenuseparatorUsed to create a separator between menu items.classNoDOMA no-dom component with comment scopeclassNorthA north region of a border layout.classPagingPaging of long content.classPanelPanel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.classPanelchildrenPanelchildren is used forPanelcomponent to manage each child who will be shown in the body of Panel.classPopupA container that is displayed as a popup.classProgressmeterA progress meter is a bar that indicates how much of a task has been completed.classRadioA radio button.classRadiogroupA radio group.classRatingA rating component provides a icon based rating input.classRowA single row in aRowselement.classRowsDefines the rows of a grid.classScriptA component to generate script codes that will be evaluated at the client.classSelectboxA light weight dropdown list.classSeparatorA separator.classSliderA slider.classSouthA south region of a border layout.classSpaceSpace is aSeparatorwith the orient default to "vertical".classSpanThe same as HTML SPAN tag.classSpinnerAn edit box for holding a constrained integer.classSplitterDeprecated.As of release 10.3.0, usingorg.zkoss.zkmax.zul.Splitlayoutinstead.classStyleThe style component used to specify CSS styles for the owner desktop.classTabA tab.classTabboxA tabbox.classTabpanelA tab panel.classTabpanelsA collection of tab panels.classTabsA collection of tabs (Tab).classTextboxA textbox.classTimeboxAn input box for holding a time (a java.util.Date Object), but only Hour & Minute are used.classTimerFires one or moreEventafter a specified delay.classToolbarA toolbar.classToolbarbuttonA toolbar button.classTrackA representation of<track>.classTreeA container which can be used to hold a tabular or hierarchical set of rows of elements.classTreecellA treecell.classTreechildrenA treechildren.classTreecolA treecol.classTreecolsA treecols.classTreefootA row ofTreefooter.classTreefooterA column of the footer of a tree (Tree).classTreeitemA treeitem.classTreerowA treerow.classVboxDeprecated.As of release 10.3.0, usingVlayoutinstead.classVlayoutA vertical layoutclassWestA west region of a border layout.classWindowA window.Methods in org.zkoss.zul with type parameters of type Component Modifier and Type Method Description <T extends Component>
java.util.List<T>Listbox. getChildren()<T extends Component>
java.util.List<T>Rows. getChildren()Methods in org.zkoss.zul that return Component Modifier and Type Method Description ComponentGrid. getCell(int row, int col)Returns the specified cell, or null if not available.protected ComponentTree. getChildByNode(java.lang.Object node)Return the Tree or Treeitem component by a given associated node in model, or null if the treeitem is not instantiated (i.e., rendered) yet.protected ComponentTree. getChildByPath(int[] path)Return the Tree or Treeitem component by a path, or null if corresponding Treeitem is not instantiated (i.e., rendered) yet.ComponentListbox.ExtraCtrl. getCropOwner()ComponentRows.ExtraCtrl. getCropOwner()ComponentTreechildren.ExtraCtrl. getCropOwner()ComponentRowRendererExt. newCell(Row row)Create a component that will be attached to the unloaded row.Methods in org.zkoss.zul that return types with arguments of type Component Modifier and Type Method Description java.util.Set<? extends Component>Listbox.ExtraCtrl. getAvailableAtClient()java.util.Set<? extends Component>Rows.ExtraCtrl. getAvailableAtClient()java.util.Set<? extends Component>Treechildren.ExtraCtrl. getAvailableAtClient()java.util.Collection<Component>Grid. getHeads()Returns a collection of heads, includingGrid.getColumns()and auxiliary heads (Auxhead) (never null).java.util.Collection<Component>Listbox. getHeads()Returns a collection of heads, includingListbox.getListhead()and auxiliary heads (Auxhead) (never null).java.util.Collection<Component>Tree. getHeads()Returns a collection of heads, includingTree.getTreecols()and auxiliary heads (Auxhead) (never null).Methods in org.zkoss.zul with parameters of type Component Modifier and Type Method Description protected voidListitem. addMoved(Component oldparent, Page oldpg, Page newpg)protected voidListbox. afterInsert(Component comp)Callback if a list item has been inserted.protected voidRows. afterInsert(Component comp)Callback if a child has been inserted.voidAbsolutelayout. beforeChildAdded(Component child, Component refChild)voidAnchorlayout. beforeChildAdded(Component child, Component refChild)Deprecated.voidAudio. beforeChildAdded(Component child, Component insertBefore)voidAuxhead. beforeChildAdded(Component child, Component refChild)voidBandbox. beforeChildAdded(Component newChild, Component refChild)voidBorderlayout. beforeChildAdded(Component child, Component refChild)voidColumns. beforeChildAdded(Component child, Component refChild)voidCombobox. beforeChildAdded(Component newChild, Component refChild)voidCombobutton. beforeChildAdded(Component newChild, Component refChild)voidFoot. beforeChildAdded(Component child, Component refChild)voidGrid. beforeChildAdded(Component newChild, Component refChild)voidGroupbox. beforeChildAdded(Component child, Component refChild)voidImagemap. beforeChildAdded(Component newChild, Component refChild)voidInputgroup. beforeChildAdded(Component child, Component insertBefore)voidLayoutRegion. beforeChildAdded(Component child, Component refChild)voidListbox. beforeChildAdded(Component newChild, Component refChild)voidListfoot. beforeChildAdded(Component child, Component refChild)voidListhead. beforeChildAdded(Component child, Component refChild)voidListitem. beforeChildAdded(Component child, Component refChild)voidMenu. beforeChildAdded(Component child, Component refChild)voidMenubar. beforeChildAdded(Component child, Component refChild)voidMenupopup. beforeChildAdded(Component child, Component refChild)voidPanel. beforeChildAdded(Component newChild, Component refChild)voidRow. beforeChildAdded(Component newChild, Component refChild)voidRows. beforeChildAdded(Component child, Component refChild)voidTab. beforeChildAdded(Component child, Component refChild)voidTabbox. beforeChildAdded(Component child, Component refChild)voidTabpanels. beforeChildAdded(Component child, Component refChild)voidTabs. beforeChildAdded(Component child, Component refChild)voidTree. beforeChildAdded(Component newChild, Component refChild)voidTreechildren. beforeChildAdded(Component child, Component refChild)voidTreecols. beforeChildAdded(Component child, Component refChild)voidTreefoot. beforeChildAdded(Component child, Component refChild)voidTreeitem. beforeChildAdded(Component child, Component refChild)voidTreerow. beforeChildAdded(Component child, Component refChild)voidWindow. beforeChildAdded(Component child, Component refChild)voidAbsolutechildren. beforeParentChanged(Component parent)voidAnchorchildren. beforeParentChanged(Component parent)Deprecated.voidArea. beforeParentChanged(Component parent)voidAuxhead. beforeParentChanged(Component parent)voidAuxheader. beforeParentChanged(Component parent)voidBandpopup. beforeParentChanged(Component parent)voidCaption. beforeParentChanged(Component parent)voidCell. beforeParentChanged(Component parent)voidColumn. beforeParentChanged(Component parent)voidColumns. beforeParentChanged(Component parent)voidComboitem. beforeParentChanged(Component parent)voidDetail. beforeParentChanged(Component parent)voidFoot. beforeParentChanged(Component parent)voidFooter. beforeParentChanged(Component parent)voidLayoutRegion. beforeParentChanged(Component parent)voidListcell. beforeParentChanged(Component parent)voidListfoot. beforeParentChanged(Component parent)voidListfooter. beforeParentChanged(Component parent)voidListhead. beforeParentChanged(Component parent)voidListheader. beforeParentChanged(Component parent)voidListitem. beforeParentChanged(Component parent)voidMenu. beforeParentChanged(Component parent)voidMenuitem. beforeParentChanged(Component parent)voidPanelchildren. beforeParentChanged(Component parent)voidRow. beforeParentChanged(Component parent)voidRows. beforeParentChanged(Component parent)voidSplitter. beforeParentChanged(Component parent)Deprecated.voidTab. beforeParentChanged(Component parent)voidTabpanel. beforeParentChanged(Component parent)voidTabpanels. beforeParentChanged(Component parent)voidTabs. beforeParentChanged(Component parent)voidTrack. beforeParentChanged(Component parent)voidTreecell. beforeParentChanged(Component parent)voidTreechildren. beforeParentChanged(Component parent)voidTreecol. beforeParentChanged(Component parent)voidTreecols. beforeParentChanged(Component parent)voidTreefoot. beforeParentChanged(Component parent)voidTreefooter. beforeParentChanged(Component parent)voidTreeitem. beforeParentChanged(Component parent)voidTreerow. beforeParentChanged(Component parent)protected voidListbox. beforeRemove(Component comp)Callback if a list item will be removed (not removed yet).protected voidRows. beforeRemove(Component comp)Callback if a child will be removed (not removed yet).java.lang.StringSimpleConstraint. getErrorMessage(Component comp)Returns the custom error message that shall be shown if an error occurs, or null if no custom error message specified.booleanBorderlayout. insertBefore(Component child, Component refChild)booleanGrid. insertBefore(Component newChild, Component refChild)booleanGroupbox. insertBefore(Component child, Component refChild)booleanLayoutRegion. insertBefore(Component child, Component refChild)booleanListbox. insertBefore(Component newChild, Component refChild)booleanMenu. insertBefore(Component child, Component refChild)booleanPanel. insertBefore(Component newChild, Component refChild)booleanRow. insertBefore(Component newChild, Component refChild)booleanRows. insertBefore(Component child, Component refChild)booleanTab. insertBefore(Component child, Component refChild)booleanTabbox. insertBefore(Component child, Component refChild)booleanTabs. insertBefore(Component child, Component refChild)booleanTree. insertBefore(Component newChild, Component refChild)booleanTreechildren. insertBefore(Component newChild, Component refChild)booleanTreeitem. insertBefore(Component child, Component refChild)booleanWindow. insertBefore(Component child, Component refChild)voidCombobox. onChildAdded(Component child)voidRadiogroup. onChildAdded(Component child)voidTabs. onChildAdded(Component child)voidTree. onChildAdded(Component child)voidTreechildren. onChildAdded(Component child)voidTreeitem. onChildAdded(Component child)voidBorderlayout. onChildRemoved(Component child)voidCombobox. onChildRemoved(Component child)voidGroupbox. onChildRemoved(Component child)voidLayoutRegion. onChildRemoved(Component child)voidMenu. onChildRemoved(Component child)voidPanel. onChildRemoved(Component child)voidRow. onChildRemoved(Component child)voidTab. onChildRemoved(Component child)voidTabbox. onChildRemoved(Component child)voidTabs. onChildRemoved(Component child)voidTree. onChildRemoved(Component child)voidTreechildren. onChildRemoved(Component child)voidTreeitem. onChildRemoved(Component child)voidWindow. onChildRemoved(Component child)voidPopup. open(Component ref)Opens this popup right below the specified component at the client.voidPopup. open(Component ref, java.lang.String position)Opens this popup right below the specified component at the client.protected WrongValueExceptionSimpleNumberInputConstraint. outOfRangeValue(Component comp)booleanGrid. removeChild(Component child)booleanListbox. removeChild(Component child)If the child is a listgroup, its listgroupfoot will be removed at the same time.booleanRows. removeChild(Component child)If the child is a group, its groupfoot will be removed at the same time.java.lang.StringItemRenderer. render(Component owner, T data, int index)Renders the data to the corresponding HTML fragment, and returns the HTML fragment.voidRadio. setParent(Component parent)voidSelectbox. setParent(Component parent)voidTreechildren. setParent(Component parent)voidTreeitem. setParent(Component parent)voidCustomConstraint. showCustomError(Component comp, WrongValueException ex)To display the error message in a custom way.voidAbstractSimpleDateTimeConstraint. validate(Component comp, java.lang.Object value)voidConstraint. validate(Component comp, java.lang.Object value)Verifies whether the value is acceptable.voidSimpleConstraint. validate(Component comp, java.lang.Object value)voidSimpleDateConstraint. validate(Component comp, java.lang.Object value)voidSimpleLocalDateConstraint. validate(Component comp, java.lang.Object value)voidSimpleLocalTimeConstraint. validate(Component comp, java.lang.Object value)voidSimpleNumberInputConstraint. validate(Component comp, java.lang.Object value)protected voidAbstractSimpleDateTimeConstraint. validate0(Component comp, T value)protected abstract java.lang.StringAbstractSimpleDateTimeConstraint. valueToString(Component comp, T value)protected java.lang.StringSimpleDateConstraint. valueToString(Component comp, java.util.Date value)protected java.lang.StringSimpleLocalDateConstraint. valueToString(Component comp, java.time.LocalDate value)protected java.lang.StringSimpleLocalTimeConstraint. valueToString(Component comp, java.time.LocalTime value)java.lang.ObjectGroupsModelArray. willClone(Component comp)Allows the model to clonejava.lang.ObjectSimpleGroupsModel. willClone(Component comp)Allows the model to cloneConstructors in org.zkoss.zul with parameters of type Component Constructor Description Box(java.lang.String orient, Component[] children)Constructor a box by assigning an array of children.Box(Component[] children)Constructor a box by assigning an array of children.ClickEvent(java.lang.String name, Component target, Messagebox.Button button)Hbox(Component[] children)Deprecated.Constructor a horizontal box by assigning an array of children.Vbox(Component[] children)Deprecated.Constructor a vertical box by assigning an array of children. -
Uses of Component in org.zkoss.zul.event
Classes in org.zkoss.zul.event with type parameters of type Component Modifier and Type Class Description classRenderEvent<T extends Component>Represents the onRender event.Methods in org.zkoss.zul.event with type parameters of type Component Modifier and Type Method Description static <C extends Component>
RenderEvent<C>RenderEvent. getRenderEvent(AuRequest request)Converts an AU request to a render event.Methods in org.zkoss.zul.event that return Component Modifier and Type Method Description ComponentColSizeEvent. getColumn()Returns the column whose width is changed.Methods in org.zkoss.zul.event with parameters of type Component Modifier and Type Method Description java.lang.ObjectPagingListener. willClone(Component comp)Constructors in org.zkoss.zul.event with parameters of type Component Constructor Description ColSizeEvent(java.lang.String evtnm, Component target, int icol, Component col, int keys)Constructs an instance ofColSizeEvent.ColSizeEvent(java.lang.String evtnm, Component target, int icol, Component col, java.lang.String[] widths, int keys)Constructs an instance ofColSizeEventthat provide width of all columns.ColSizeEvent(java.lang.String evtnm, Component target, int icol, Component col, java.lang.String width, int keys)Constructs an instance ofColSizeEvent.DataLoadingEvent(java.lang.String name, Component comp, int offset, int limit)PageSizeEvent(java.lang.String name, Component target, int pgsz)Construct a page size event.PageSizeEvent(java.lang.String name, Component target, Pageable pageable, int pgsz)Construct a page size event that the target is different from the page controller.PagingEvent(java.lang.String name, Component target, int actpg)Construct a paging event.PagingEvent(java.lang.String name, Component target, Pageable pageable, int actpg)Construct a paging event that the target is different from the page controller.RenderEvent(java.lang.String name, Component comp, java.util.Set<T> items) -
Uses of Component in org.zkoss.zul.impl
Classes in org.zkoss.zul.impl that implement Component Modifier and Type Class Description classDateTimeFormatInputElementA skeletal implementation for date/time type input box.classFileuploadDlgUsed withFileuploadto implement the upload feature.classFooterElementA skeletal implementation for a footer.classFormatInputElementA skeletal implementation for an input box with format.classHeaderElementA skeletal implementation for a header.classHeadersElementA skeletal implementation for headers, the parent of a group ofHeaderElement.classInputElementA skeletal implementation of an input box.classLabelElementA XUL element with a label.classLabelImageElementA XUL element with a label (LabelElement.getLabel()) and an image (LabelImageElement.getImage()).classMeshElementprotected static classMeshElement.InternalPagingclassMessageboxDlgUsed withMessageboxto implement a message box.static classMessageboxDlg.ButtonRepresents a button on the message box.classNumberInputElementA skeletal implementation for number-type input box.classXulElementThe fundamental class for XUL elements.Methods in org.zkoss.zul.impl that return Component Modifier and Type Method Description static ComponentUtils. getComponentById(Component comp, java.lang.String id)Returns the component of the specified ID or UUID.ComponentGridDataLoader. getCropOwner()ComponentListboxDataLoader. getCropOwner()ComponentDataLoader. getOwner()Returns the associated owner component of this DataLoader.ComponentGridDataLoader. getOwner()ComponentListboxDataLoader. getOwner()protected ComponentGridDataLoader. newUnloadedItem(java.lang.Object renderer, int index)Creates a new and unloaded row.Methods in org.zkoss.zul.impl that return types with arguments of type Component Modifier and Type Method Description java.util.Set<? extends Component>GridDataLoader. getAvailableAtClient()protected java.util.Set<? extends Component>GridDataLoader. getAvailableAtClient(int offset, int limit)java.util.Set<? extends Component>ListboxDataLoader. getAvailableAtClient()Retrieves the children available at client.protected java.util.Set<? extends Component>ListboxDataLoader. getAvailableAtClient(boolean itemOnly)Retrieves the children available at client with more control.protected java.util.Set<? extends Component>ListboxDataLoader. getAvailableAtClient(int offset, int limit, boolean itemOnly)Retrieves the children available at the client within the given range.Methods in org.zkoss.zul.impl with parameters of type Component Modifier and Type Method Description static ComponentUtils. getComponentById(Component comp, java.lang.String id)Returns the component of the specified ID or UUID.static intUtils. getIntAttribute(Component comp, java.lang.String name, int defValue, boolean recurse)Returns the number if the given attribute is defined in a component or in library property.static java.lang.StringUtils. getStringAttribute(Component comp, java.lang.String name, java.lang.String defValue, boolean recurse)Returns the string if the given attribute is defined in a component or in library property.voidDataLoader. init(Component owner, int offset, int limit)Callback from the owner component and give a chance to initialize things.voidGridDataLoader. init(Component owner, int offset, int limit)voidListboxDataLoader. init(Component owner, int offset, int limit)static booleanUtils. testAttribute(Component comp, java.lang.String name, boolean defValue, boolean recurse)Tests if the given attribute is defined in a component or in library property.Constructor parameters in org.zkoss.zul.impl with type arguments of type Component Constructor Description DeferredRedraw(java.util.Collection<? extends Component> items) -
Uses of Component in org.zkoss.zuti.zul
Classes in org.zkoss.zuti.zul that implement Component Modifier and Type Class Description classApplyThe apply tag allows you to choose which template to be applied.classChooseThe choose tag works like a Java switch statement in that it lets you choose between a number of alternatives.classForEachThe basic iteration tag, accepting many different collection types and supporting sub-setting and other functionality like JSTL's forEachclassIfThe conditional execution of its body according to the value of the test attributeclassOtherwiseA switch statement has default clause to specify a default action and similar way choose has otherwise as default clause.classTemplateBasedShadowElementA template based skeleton classclassWhenA when tag is used for choose like a Java switch statement in that it lets you between a number of alternatives.Methods in org.zkoss.zuti.zul that return Component Modifier and Type Method Description ComponentCollectionTemplate. getShadowHost()Return the current shadow host.ComponentShadowTemplate. getShadowHost()Return the current shadow host.Methods in org.zkoss.zuti.zul with parameters of type Component Modifier and Type Method Description voidCollectionTemplate. apply(Component host)Compose the specified template with the given host.voidShadowTemplate. apply(Component host)Compose the specified template with the given host.voidChoose. beforeChildAdded(Component child, Component refChild)voidOtherwise. beforeParentChanged(Component parent)voidWhen. beforeParentChanged(Component parent)protected voidApply. compose(Component host)Composes from template name and then template uri, if any.protected voidChoose. compose(Component host)protected voidForEach. compose(Component host)protected voidTemplateBasedShadowElement. compose(Component host)voidTemplateBasedShadowElement. onChildAdded(Component child)voidChoose. onChildRemoved(Component child)voidTemplateBasedShadowElement. onChildRemoved(Component child)voidForEach. onParentChanged(Component parent)voidForEachRenderer. render(ForEach forEachComp, Component host, Template tm, int begin, int end, int step, java.util.List<?> list, boolean isUsingListModel)voidForEachRenderer. render(ForEach forEachComp, Component host, Template tm, java.util.List<?> list, boolean isUsingListModel)java.lang.ObjectApply. resolveVariable(Component child, java.lang.String name, boolean recurse)Constructors in org.zkoss.zuti.zul with parameters of type Component Constructor Description ForEachListDataListener(ForEach forEachComp, Component host)
-