|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.html.E4HtmlObject
e4s.html.E4HtmlElementGeneral
e4s.html.E4HtmlElement
e4s.html.E4HtmlContentElement
e4s.html.DIV
e4s.html.E4Hint
public class E4Hint
Hint field with a checkbox to confirm reading. After that the field wont appear again for the user. $LastChangedDate: 2009-04-20 14:28:18 +0200 (Mo, 20 Apr 2009) $ $LastChangedRevision: 4244 $ $LastChangedBy: robert $
E4HintID,
T_E4S_HINT_Sel,
T_E4S_HINT_READ_Sel,
E4ModuleHintEdit,
e4s.Html.HtmlContentElement#Hint(e4s.db.systabledef.E4HintID,e4s.servlet.E4ServletImplementation_Intf),
E4ServletImplementation.sessionCanEditHints(),
DIV| Field Summary |
|---|
| Fields inherited from class e4s.html.DIV |
|---|
DEFAULTSTYLE, HTML_TAG |
| Fields inherited from class e4s.html.E4HtmlContentElement |
|---|
BOOL_STR_FALSE, BOOL_STR_TRUE |
| 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 |
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
|
static E4Hint |
newInstance(E4HtmlContentElement element,
E4HintID hintid,
E4ServletImplementation_Intf servlet)
Use this static method if you want to display the Hint. |
static void |
recallAllMessages(E4ServletImplementation_Intf servlet,
E4HintID hintid)
Sets the Message for all users as unread. |
void |
setAlign(Align align)
Define the horizontal Align, which is used for the caption as well as for the content area. |
void |
setAlign(VAlign align)
Define the vertical Align, which is used for the caption as well as for the content area. |
void |
setBackground(IMG background)
Define an image for the background of the content area only. |
void |
setClass_Caption(CLASS_Name classname)
Define a E4CSS class for the caption area (<TD>-Tag). |
void |
setClass_Table(CLASS_Name classname)
Define a E4CSS class for <TABLE>-Tag around the E4Box. |
void |
setClass(CLASS_Name classname)
Define a E4CSS class for the content area (<TD>-Tag). |
void |
setColorBackground(E4Color color)
Define a color for the content area background. |
void |
setColorBorder(E4Color color)
Define a color for the border. |
void |
setColorCaption(E4Color color)
Define a color for the caption area background. |
void |
setFont(FONT font)
Define the font of the box |
void |
setHeight(float height)
Set height of the E4Box to the specified relative percentage value. |
void |
setHeight(int height)
Set height of the E4Box to the specified absolut value. |
void |
setHeightMax()
Set height of the E4Box to the maximum (100%). |
void |
setVAlign(VAlign align)
Set the vertical alignment (same as setAlign(e4s.html.VAlign)). |
void |
setWidth(float width)
Set width of the E4Box to the specified relative percentage value. |
void |
setWidth(int width)
Set width of the E4Box to the specified absolut value. |
void |
setWidthMax()
Set width of the E4Box to the maximum (100%). |
| Methods inherited from class e4s.html.DIV |
|---|
eventHandlers, getAlign, getDivId, getStyleHide, hide, jsClear, jsHide, jsIsOpen, jsShow, jsWrite, onMouseOut, onMouseOver, setEventHandler, setSTYLE, setStyle, setStyleHide, setTitle, show, toHtml, toHtml, toString |
| Methods inherited from class e4s.html.E4HtmlElement |
|---|
addElement, addElement, addElement, copyElements, print |
| 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, collectScripts, collectStylesForEditing, collectTranslationsForEditing, debugToString, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, isContentClass, removeAll, removeElementById, removeElements, set_e4sID, setId, setReadOnly, setValue, toHtml_hidden, validate |
| Method Detail |
|---|
public static E4Hint newInstance(E4HtmlContentElement element,
E4HintID hintid,
E4ServletImplementation_Intf servlet)
throws E4DBException
element - hintid - servlet -
E4DBException
public static void recallAllMessages(E4ServletImplementation_Intf servlet,
E4HintID hintid)
throws E4DBException
servlet - hintid -
E4DBExceptionpublic void setFont(FONT font)
font - public void setAlign(Align align)
setAlign in class DIValign - the alignmentDIV.getAlign()public void setAlign(VAlign align)
align - the alignmentpublic void setVAlign(VAlign align)
setAlign(e4s.html.VAlign)).
align - the alignmentpublic void setBackground(IMG background)
background - the image to be used in the content areapublic void setColorBackground(E4Color color)
color - the colorsetColorCaption(e4s.html.E4Color),
setColorBorder(e4s.html.E4Color)public void setColorCaption(E4Color color)
color - the colorsetColorBorder(e4s.html.E4Color),
setColorBackground(e4s.html.E4Color)public void setColorBorder(E4Color color)
color - the colorsetColorCaption(e4s.html.E4Color),
setColorBackground(e4s.html.E4Color)public void setClass(CLASS_Name classname)
classname - the name of the E4CSS class.setClass_Caption(e4s.html.style.CLASS_Name),
setClass_Table(e4s.html.style.CLASS_Name)public void setClass_Caption(CLASS_Name classname)
classname - the name of the E4CSS class.setClass(e4s.html.style.CLASS_Name),
setClass_Table(e4s.html.style.CLASS_Name)public void setClass_Table(CLASS_Name classname)
classname - the name of the E4CSS class.setClass(e4s.html.style.CLASS_Name),
setClass_Caption(e4s.html.style.CLASS_Name)public void setWidthMax()
setWidth(int)public void setWidth(int width)
width - with in pixelsetWidth(float),
setWidthMax()public void setWidth(float width)
width - with in percentage, must be a value between 0.0f and 1.0fsetWidth(int),
setWidthMax()public void setHeightMax()
setHeight(int)public void setHeight(int height)
height - with in pixelsetHeight(float),
setHeightMax()public void setHeight(float height)
height - with in percentage, must be a value between 0.0f and 1.0fsetHeight(int),
setHeightMax()public static java.lang.String _getSVNVersionString()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||