www.element4solution.com

e4s.html
Class FORM_Button

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.E4HtmlObject
          extended by e4s.html.E4HtmlElementGeneral
              extended by e4s.html.E4HtmlElement
                  extended by e4s.html.IMG
                      extended by e4s.html.FORM_Button
All Implemented Interfaces:
E4HtmlElement_Intf

public class FORM_Button
extends IMG

A combination of an image with a button for a form.

Since:
JDK 1.4
See Also:
FORM, IMG, FORM_Reset, FORM_Submit

Nested Class Summary
 
Nested classes/interfaces inherited from class e4s.html.IMG
IMG.Area, IMG.Area_Intf, IMG.AreaCircle, IMG.AreaPolygon, IMG.AreaRectangle, IMG.IMAP
 
Field Summary
 
Fields inherited from class e4s.html.IMG
DEFAULTSTYLE, HTML_TAG, NULLIMG
 
Fields inherited from class e4s.html.E4HtmlElementGeneral
m_elements, m_needed_scripts
 
Fields inherited from class e4s.html.E4HtmlObject
m_parent_e4sID
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
FORM_Button(IMG img)
          Constructs a FORM_Button element, which is basically a button to be pressed.
FORM_Button(IMG img, E4Label_Intf alttext)
          Constructs a FORM_Button element, which is basically a button to be pressed.
FORM_Button(IMG img, E4Label_Intf alttext, java.lang.String scriptname)
          Constructs a FORM_Button element, which is basically a button to be pressed.
FORM_Button(IMG img, java.lang.String alttext, java.lang.String scriptname)
          Constructs a FORM_Button element, which is basically a button to be pressed.
FORM_Button(java.lang.String imagename)
          Constructs a FORM_Button element, which is basically a button to be pressed.
FORM_Button(java.lang.String imagename, E4Label_Intf alttext, java.lang.String scriptname)
          Constructs a FORM_Button element, which is basically a button to be pressed.
FORM_Button(java.lang.String imagename, java.lang.String alttext, java.lang.String scriptname)
          Constructs a FORM_Button element, which is basically a button to be pressed.
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 
Methods inherited from class e4s.html.IMG
collectScripts, collectTranslationsForEditing, compareTo, constructUrl, escape, getAlign, getAlternate, getDocumentBase, getGalleryimg, getHeight, getHSpace, getIMAP, getName, getNameWithoutPath, getScript, getSrc, getSrcRelativePath, getVSpace, getWidth, hasIMAP, newInstance, setAlign, setAlternate, setAlternate, setAlternate, setBorder, setGalleryimg, setHeight, setHeight, setHeightMax, setHSpace, setIMAP, setImgId, setName, setScript, setScript, setScript, setSpace0, setSpaceX, setSrc, setSTYLE, setVSpace, setWidth, setWidth, setWidthMax, toHtml, toString
 
Methods inherited from class e4s.html.E4HtmlElement
addElement, addElement, addElement, copyElements, print
 
Methods inherited from class e4s.html.E4HtmlElementGeneral
addScript, addScript, addScript, addStyleForEditing, addTranslationForEditing, buildStyleAttribute, buildStyleClassReference, collectStylesForEditing, collectStylesForEditing, collectStylesForEditing, collectTranslationsForEditing, createScript, createScript, debugToString, findElement, findElement, findElement, findElement, getElements, getElementsVec, getField, getId, getLastElement, getStringContent, getStyle, getSTYLE, getStyle, hasScripts, hasSTYLE, isContentClass, isE4InputField_Intf, openTag, removeAll, removeElementById, removeElements, removeElements, removeStyle, setId, setReadOnly, setStyle, setStyle, setSTYLE, setValue, Style, Style, toHtml_hidden, validate
 
Methods inherited from class e4s.html.E4HtmlObject
E4ID, E4ID, set_e4sID
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface e4s.html.E4HtmlElement_Intf
addScript, addScript, addScript, collectStylesForEditing, debugToString, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, isContentClass, removeAll, removeElementById, removeElements, set_e4sID, setId, setReadOnly, setValue, toHtml_hidden, validate
 

Constructor Detail

FORM_Button

public FORM_Button(java.lang.String imagename)
Constructs a FORM_Button element, which is basically a button to be pressed.

Parameters:
imagename - the image to display

FORM_Button

public FORM_Button(java.lang.String imagename,
                   java.lang.String alttext,
                   java.lang.String scriptname)
Constructs a FORM_Button element, which is basically a button to be pressed.

Parameters:
imagename - the image to display
alttext - the alternate text for the image (when the mouse get's over)
scriptname - a E4JavaScript function including all necessary parameters that will be called

FORM_Button

public FORM_Button(java.lang.String imagename,
                   E4Label_Intf alttext,
                   java.lang.String scriptname)
Constructs a FORM_Button element, which is basically a button to be pressed.

Parameters:
imagename - the image to display
alttext - the alternate text for the image (when the mouse get's over)
scriptname - a E4JavaScript function including all necessary parameters that will be called

FORM_Button

public FORM_Button(IMG img,
                   java.lang.String alttext,
                   java.lang.String scriptname)
Constructs a FORM_Button element, which is basically a button to be pressed.

Parameters:
img - the image to display
alttext - the alternate text for the image (when the mouse get's over)
scriptname - a E4JavaScript function including all necessary parameters that will be called

FORM_Button

public FORM_Button(IMG img,
                   E4Label_Intf alttext,
                   java.lang.String scriptname)
Constructs a FORM_Button element, which is basically a button to be pressed.

Parameters:
img - the image to display
alttext - the alternate text for the image (when the mouse get's over)
scriptname - a E4JavaScript function including all necessary parameters that will be called

FORM_Button

public FORM_Button(IMG img,
                   E4Label_Intf alttext)
Constructs a FORM_Button element, which is basically a button to be pressed.

Parameters:
img - the image to display
alttext - the alternate text for the image (when the mouse get's over)

FORM_Button

public FORM_Button(IMG img)
Constructs a FORM_Button element, which is basically a button to be pressed.

Parameters:
img - the image to display
Method Detail

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com