com.sapportals.portal.prt.util.html
Class HtmlFocusEventingFormItem
java.lang.Object
|
+--com.sapportals.portal.prt.util.html.HtmlAttributeContainer
|
+--com.sapportals.portal.prt.util.html.HtmlBase
|
+--com.sapportals.portal.prt.util.html.HtmlContainer
|
+--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
|
+--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
|
+--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
|
+--com.sapportals.portal.prt.util.html.HtmlFormItem
|
+--com.sapportals.portal.prt.util.html.HtmlEventingFormItem
|
+--com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
- All Implemented Interfaces:
- IHtmlAttributeContainer, IHtmlBase, IHtmlEventListener, IHtmlIdentifiable, IHtmlOutputable
- Direct Known Subclasses:
- HtmlInput, HtmlSelect
- public abstract class HtmlFocusEventingFormItem
- extends HtmlEventingFormItem
HtmlFocusEventingFormItem.java
Created: Thu Nov 04 09:41:20 1999
- Version:
- $Revision: #3 $
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
m_hasTag |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents |
getOnClick, getOnDoubleClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseOut, getOnMouseOver, setOnClick, setOnClick, setOnDblClick, setOnDoubleClick, setOnKeyDown, setOnKeyDown, setOnKeyPress, setOnKeyPress, setOnKeyUp, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOut, setOnMouseOver, setOnMouseOver, setOnMouseUp |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager |
addUniqueObject, addUniqueObject, destroy, getElementCount, getUniqueObject, getUniqueObjects, output, output, output, removeAllUniqueObjects, removeUniqueObject |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
addElement, addElement, getHtmlElements, outputChildren, outputChildren, outputEndTag, outputEndTag, outputStartTag, outputStartTag, removeAllElements, removeElement, setHtmlElements, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_onFocus
protected HtmlInlineScript m_onFocus
- What to do when the form item has the focus.
m_onBlur
protected HtmlInlineScript m_onBlur
- What to do when the form item receive blur event.
HtmlFocusEventingFormItem
public HtmlFocusEventingFormItem()
outputAttributes
public void outputAttributes(java.lang.StringBuffer strbuf)
- Overrides:
outputAttributes in class HtmlEventingFormItem
outputAttributes
public void outputAttributes(java.io.PrintWriter out)
- Deprecated.
- Overrides:
outputAttributes in class HtmlEventingFormItem
- Following copied from interface:
com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
- Parameters:
writer -
outputAttributes
public void outputAttributes(java.io.Writer out)
- Overrides:
outputAttributes in class HtmlEventingFormItem
getOnFocus
public HtmlInlineScript getOnFocus()
- Get the value of m_onFocus.
- Returns:
- Value of m_onFocus.
setOnFocus
public void setOnFocus(HtmlInlineScript v)
- Set the value of m_onFocus.
- Parameters:
v - Value to assign to m_onFocus.
getOnBlur
public HtmlInlineScript getOnBlur()
- Get the value of m_onBlur.
- Returns:
- Value of m_onBlur.
setOnBlur
public void setOnBlur(HtmlInlineScript v)
- Set the value of m_onBlur.
- Parameters:
v - Value to assign to m_onBlur.