Class MultiWriteLockableValue<VALUE>

java.lang.Object
org.teamapps.ux.component.field.MultiWriteLockableValue<VALUE>

public class MultiWriteLockableValue<VALUE> extends Object
Used to write-lock a value for client-writes, as long as not all server value changes have been applied to the client. This code is not thread-safe since all access to ux components is sequential due to exclusive access to sessions (see CurrentSessionContext).
  • Constructor Details

    • MultiWriteLockableValue

      public MultiWriteLockableValue(VALUE value)
  • Method Details