www.element4solution.com

e4s.application.sysmodule.editing
Class E4ModuleEditingHandling02.buttonLine

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.E4HtmlElementPersistant
                      extended by e4s.html.TABLE
                          extended by e4s.application.sysmodule.editing.E4ModuleEditingHandling02.buttonLine
All Implemented Interfaces:
E4HtmlElement_Intf
Enclosing class:
E4ModuleEditingHandling02

public static class E4ModuleEditingHandling02.buttonLine
extends TABLE

Make an up/down selector


Nested Class Summary
 
Nested classes/interfaces inherited from class e4s.html.TABLE
TABLE.E4TableElement, TABLE.TBODY, TABLE.TFOOT, TABLE.THEAD
 
Field Summary
 
Fields inherited from class e4s.html.TABLE
DEFAULTSTYLE, HTML_TAG
 
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
E4ModuleEditingHandling02.buttonLine()
           
 
Method Summary
 void add(IMG image, java.lang.String alternate, E4Method mref, java.lang.String js_name)
           
 void addCancel(IMG image, java.lang.String alternate, E4Method mref)
           
 void addSave(IMG image, java.lang.String alternate, E4Method mref)
           
 
Methods inherited from class e4s.html.TABLE
_getSVNVersionString, addElement, E4S_DEFAULT_TABLE, getBgColor, getBgImage, getBorder, getBorderColor, getCellBgColor, getFONT, Header, Header, Header, Header, Header, Header, Header, Header, Header, Header, Header, Header, Header, insertRow, removeElements, removeElements, reorderColumns, setBgColor, setBgImage, setBorder, setBorderColor, setBorderColor, setCellBgColor, setCellpadding, setCellspacing, setCellspacing, setColGroup, setFONT, setHeight, setHeight, setHeightMax, setHeightMaximum, setHeightPercentage, setHeightPixel, setId, setSTYLE, setWidth, setWidth, setWidthMax, setWidthMaximum, setWidthPercentage, setWidthPixel, swapColumns, TBODY, TD, TD, TFOOT, THEAD, toHtml, TR, twoColumns, twoColumns, twoColumns, twoColumns
 
Methods inherited from class e4s.html.E4HtmlElementPersistant
preventFromRemoving, preventFromRemoving, removeAll
 
Methods inherited from class e4s.html.E4HtmlElement
addElement, addElement, copyElements, print
 
Methods inherited from class e4s.html.E4HtmlElementGeneral
addScript, addScript, addScript, addStyleForEditing, addTranslationForEditing, buildStyleAttribute, buildStyleClassReference, collectScripts, collectStylesForEditing, collectStylesForEditing, collectStylesForEditing, collectTranslationsForEditing, collectTranslationsForEditing, createScript, createScript, debugToString, findElement, findElement, findElement, findElement, getElements, getElementsVec, getField, getId, getLastElement, getStringContent, getStyle, getSTYLE, getStyle, hasScripts, hasSTYLE, isContentClass, isE4InputField_Intf, openTag, removeElementById, 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, toString, 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, collectScripts, collectStylesForEditing, collectTranslationsForEditing, debugToString, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, isContentClass, removeAll, removeElementById, set_e4sID, setId, setReadOnly, setValue, toHtml_hidden, validate
 

Constructor Detail

E4ModuleEditingHandling02.buttonLine

public E4ModuleEditingHandling02.buttonLine()
Method Detail

addCancel

public void addCancel(IMG image,
                      java.lang.String alternate,
                      E4Method mref)

addSave

public void addSave(IMG image,
                    java.lang.String alternate,
                    E4Method mref)

add

public void add(IMG image,
                java.lang.String alternate,
                E4Method mref,
                java.lang.String js_name)

www.element4solution.com