org.rhq.enterprise.server.test
Class AccessBean.BigIntegerEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.rhq.enterprise.server.test.AccessBean.BigIntegerEditor
All Implemented Interfaces:
PropertyEditor
Enclosing class:
AccessBean

public static class AccessBean.BigIntegerEditor
extends PropertyEditorSupport


Constructor Summary
AccessBean.BigIntegerEditor()
           
 
Method Summary
 String getAsText()
           
 Object getValue()
           
 void setAsText(String text)
           
 void setValue(Object value)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessBean.BigIntegerEditor

public AccessBean.BigIntegerEditor()
Method Detail

setValue

public void setValue(Object value)
Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class PropertyEditorSupport

getValue

public Object getValue()
Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class PropertyEditorSupport

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport
Throws:
IllegalArgumentException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.