Esempio n. 1
0
 public void release() {
   super.release();
   checked = null;
   checkedValue = null;
 }
Esempio n. 2
0
 @Override
 protected void reset() {
   super.reset();
   m_sOnClick = "";
 }
Esempio n. 3
0
 public void initAttributes() throws JspException {
   super.initAttributes();
   checked = XpathUtil.getStringByXpathSupport(getRootObj(), checked);
   checkedValue = XpathUtil.getStringByXpathSupport(getRootObj(), checkedValue);
 }