Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UniversalUpdater

Universal ValueUpdater implementation.

Either a property-based and method-based ValueUpdater based on whether constructor parameter name is evaluated to be a property or method.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • Construct a UniversalUpdater for the provided name. If method ends in a '()', then the name is a method name. This implementation assumes that a target's class will have one and only one method with the specified name and this method will have exactly one parameter; if the method is a property name, there should be a corresponding JavaBean property modifier method or it will be used as a key in a Map.

    Parameters

    • method: string

      a method or property name

    Returns UniversalUpdater

Properties

Protected Readonly @class

@class: string

The server-side ValueUpdater type identifier.

Protected Readonly name

name: string

The method or property name.