Class ClientCallableHandlers

All Implemented Interfaces:
Serializable

public class ClientCallableHandlers extends AbstractServerHandlers<Component>
Methods which are published as element.$server.<name> on the client side.

For internal use only. May be renamed or removed in a future release.

Since:
1.0
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • ClientCallableHandlers

      public ClientCallableHandlers(StateNode node)
      Creates a new meta information list for the given state node.
      Parameters:
      node - the state node this list belongs to
  • Method Details