Uses of Class com.jgoodies.binding.value.BufferedValueModel

Uses in package com.jgoodies.binding

Methods with return type com.jgoodies.binding.value.BufferedValueModel

BufferedValueModel
PresentationModel.getBufferedModel(String propertyName)
Looks up or creates a buffered adapter to the read-write property with the given name on this PresentationModel's bean channel.
BufferedValueModel
PresentationModel.getBufferedModel(String propertyName, String getterName, String setterName)
Looks up or creates a buffered adapter to the read-write property with the given name on this PresentationModel's bean channel using the specified getter and setter name to read and write values.

Copyright © 2002-2007 JGoodies Karsten Lentzsch. All Rights Reserved.