org.tinygroup.weblayer.webcontext.parser.propertyedit
类 HumanReadableSizeEditor

java.lang.Object
  继承者 java.beans.PropertyEditorSupport
      继承者 org.tinygroup.weblayer.webcontext.parser.propertyedit.HumanReadableSizeEditor
所有已实现的接口:
PropertyEditor

public class HumanReadableSizeEditor
extends PropertyEditorSupport

用于注入HumanReadableSizeEditor类型的property。

作者:
renhui

构造方法摘要
HumanReadableSizeEditor()
           
 
方法摘要
 String getAsText()
           
 void setAsText(String text)
           
 
从类 java.beans.PropertyEditorSupport 继承的方法
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HumanReadableSizeEditor

public HumanReadableSizeEditor()
方法详细信息

getAsText

public String getAsText()
指定者:
接口 PropertyEditor 中的 getAsText
覆盖:
PropertyEditorSupport 中的 getAsText

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
指定者:
接口 PropertyEditor 中的 setAsText
覆盖:
PropertyEditorSupport 中的 setAsText
抛出:
IllegalArgumentException


Copyright © 2006–2013 开源组织. All rights reserved.