Uses of Class com.jgoodies.binding.beans.BeanAdapter.SimplePropertyAdapter

Uses in package com.jgoodies.binding.beans

Methods with return type com.jgoodies.binding.beans.BeanAdapter.SimplePropertyAdapter

BeanAdapter.SimplePropertyAdapter
BeanAdapter.createPropertyAdapter(String propertyName, String getterName, String setterName)
Creates and returns a SimplePropertyAdapter that adapts the bound property with the specified name.
BeanAdapter.SimplePropertyAdapter
BeanAdapter.getValueModel(String propertyName)
Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
BeanAdapter.SimplePropertyAdapter
BeanAdapter.getValueModel(String propertyName, String getterName, String setterName)
Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.

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