- Edge - Enum in org.fireweb.css
-
List of edges of HTML element.
- Element - Class in org.fireweb
-
Main class of all dynamic object which renders HTML view's, JavaScript and
events receivers.
- Element() - Constructor for class org.fireweb.Element
-
- enableEvent(Element, Class<? extends Annotation>) - Method in class org.fireweb.annotations.DragDropCustomizedListener
-
- enableEvent(Element, Class<? extends Annotation>) - Method in class org.fireweb.annotations.EngineEventsCustomizedListener
-
- enableEvent(Element, Class<? extends Annotation>) - Method in interface org.fireweb.CustomizedListener
-
Overwrite this method if you want to add script to enable custom event on
browser.
- encodeScript(String, FireWebApplication) - Static method in class org.fireweb.Utils
-
Encoding JS in order to convert extra characters to ascii
Replace + to %20 which is right decoded by JS function
"decodeURIComponent".
- ENGINE_SCRIPT_PARAM - Static variable in interface org.fireweb.Constants
-
- ENGINE_SCRIPT_PATH - Static variable in interface org.fireweb.Constants
-
- EngineEventsCustomizedListener - Class in org.fireweb.annotations
-
- EngineEventsCustomizedListener() - Constructor for class org.fireweb.annotations.EngineEventsCustomizedListener
-
- equals(Object) - Method in class org.fireweb.css.ColorType
-
- error(String, Session, Throwable) - Method in class org.fireweb.FireWebSocketEndpoint
-
- escapeHTML(String) - Static method in class org.fireweb.Utils
-
Replace characters having special meaning inside HTML tags with
their escaped equivalents, using character entities such as
'&'.
- escapeScript(String) - Static method in class org.fireweb.Utils
-
Escapes string to right JavaScript literals.
- escapeScriptWhiteSpaces(String) - Static method in class org.fireweb.Utils
-
Escapes white spaces in JavaScripts for inline scripts.
- Event - Class in org.fireweb
-
Object represents browser event at server.
- Event(FireWebApplication) - Constructor for class org.fireweb.Event
-
Create event object without event context data.
- Event(Object, FireWebApplication) - Constructor for class org.fireweb.Event
-
Create event object with event context data.
- Event(Element, FireWebApplication) - Constructor for class org.fireweb.Event
-
Create event object with element event context.
- event(Event) - Method in class org.fireweb.EventsListener
-
- event() - Method in class org.fireweb.EventsListener
-
- EVENT_EXTRA_WEB_PARAM - Static variable in interface org.fireweb.Constants
-
- EVENT_NAME_PREFIX - Static variable in interface org.fireweb.Constants
-
- EVENT_WEB_PARAM - Static variable in interface org.fireweb.Constants
-
- EventBubbling - Annotation Type in org.fireweb.annotations
-
On/off event bubbling.
- EventCallBeforeAfter - Annotation Type in org.fireweb.annotations
-
Event processing intercepter on browser.
- EventDragMove - Annotation Type in org.fireweb.annotations
-
JavaScript function definition or name.
- EventExtraInfo - Annotation Type in org.fireweb.annotations
-
Browser event option.
- EventListener - Annotation Type in org.fireweb.annotations
-
This is prototype event annotation.
- EventListener.Executor - Enum in org.fireweb.annotations
-
Type of event executor or performer.
- EventNotifyServer - Annotation Type in org.fireweb.annotations
-
Browser event option when Script browser event had happened.
- eventOptionFactory(Class<T>, Object) - Static method in class org.fireweb.Utils
-
Factory provides event option instances with given value.
- EventOptionsTest - Class in org.fireweb
-
- EventOptionsTest() - Constructor for class org.fireweb.EventOptionsTest
-
- eventOther(Event) - Method in class org.fireweb.EventsListenerChild
-
- eventOther() - Method in class org.fireweb.EventsListenerChild
-
- EventPerformer - Annotation Type in org.fireweb.annotations
-
This class represents browser and user events.
- EventPreventDefault - Annotation Type in org.fireweb.annotations
-
Browser event option.
- EVENTS - Static variable in class org.fireweb.EventOptionsTest
-
- EventsAnnotationTest - Class in org.fireweb
-
- EventsAnnotationTest() - Constructor for class org.fireweb.EventsAnnotationTest
-
- EventScript - Annotation Type in org.fireweb.annotations
-
Browser event option.
- EventsListener - Class in org.fireweb
-
- EventsListener() - Constructor for class org.fireweb.EventsListener
-
- EventsListenerChild - Class in org.fireweb
-
- EventsListenerChild() - Constructor for class org.fireweb.EventsListenerChild
-
- EventsListenerTest - Class in org.fireweb
-
- EventsListenerTest() - Constructor for class org.fireweb.EventsListenerTest
-
- EventValue - Annotation Type in org.fireweb.annotations
-
Browser event option.
- EventValue.Value - Enum in org.fireweb.annotations
-
Types event's value.
- EXECUTOR_QUEUE_SIZE - Static variable in interface org.fireweb.Constants
-
Buffer size for incoming request waiting for free thread in executor
pool.
- EXECUTOR_QUEUE_SIZE_DEFAULT - Static variable in interface org.fireweb.Constants
-
- existsSession(String) - Method in interface org.fireweb.SessionSerializer
-
Tests if exists session with sessionId.
- existsSession(String) - Method in class org.fireweb.SingleNodeSessionSerializer
-
- existsSession(String) - Method in class org.fireweb.TempFileSessionSerializer
-
- EXPECTED_CODE_VALUE - Static variable in class org.fireweb.EventOptionsTest
-