Package org.zkoss.stateless.ui
-
Interface Summary Interface Description IComponentBuilder<I extends IComponent> An immutable component builder interface to build a component tree to the given view.IReplacer<T extends IComponent> An IComponent replacer to replace the descendant from the root component.ISelector A selector context to hold a rootIComponent
for seeking icomponents.Locator An interface to indicate an opaque reference to the location information ofIComponent
s at client side.SmartUpdater An interface to indicate the implementation can be serialized by a smart updater.StatelessComposer<I extends IComponent> A state less composer to compose of ZKComponent
s into Stateless immutableIComponent
sStatelessRichlet A state less richlet interface to construct an immutable component tree to the given view.UiAgent Utilities to manipulateIComponent
to the client. -
Class Summary Class Description BuildContext<I extends IComponent> A build context to hold the necessary meta info when building components.ISelectors A util API to seekIComponent
by a selector, by itsid
, or by a path.IStubComponent A transient component for renderingIComponent
to client.IStubsComponent Internal use only.Self A target to locate a location at client forIComponent
SerializableRichletConfig A wrapper to supportRichletConfig
serializableUiAgentCtrl An addition interface toUiAgent
that is used for implementation or tools.UiEngineExtension An implementation ofUiEngineImpl.Extension
to allowIComponent
be merged.VolatileIStubsComponent Internal use only. -
Enum Summary Enum Description UiAgent.Position Insert Adjacent position forUiAgent.insertAdjacentComponent(Locator, Position, IComponent)