Package | Description |
---|---|
org.josef.science.physics |
Physics related Classes.
|
org.josef.web.jsf.beans.demo.autoComplete |
JSF Demo Auto Complete Beans.
|
org.josef.web.jsf.beans.demo.dragndrop |
Drag and drop demo's.
|
org.josef.web.jsf.beans.demo.flow |
JSF Demo of flows.
|
Modifier and Type | Method and Description |
---|---|
static Element |
Element.getElementByNumber(int number)
Gets the Element with the supplied (atom) number.
|
static Element |
Element.getElementBySymbol(String symbol)
Gets the Element with the supplied symbol.
|
static Element |
Element.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element[] |
Element.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Element |
AutoCompleteBean.getSelectedElement()
Gets the Element that was selected from the list of Elements.
|
Modifier and Type | Method and Description |
---|---|
List<Element> |
AutoCompleteBean.autoCompleteElementsUsingEnum(String query)
Creates an ordered auto complete list of Elements of the Periodic Table,
consisting of
Element enumerated items. |
Modifier and Type | Method and Description |
---|---|
void |
AutoCompleteBean.setSelectedElement(Element selectedElement)
Sets the Element that was selected from the list of Elements.
|
Modifier and Type | Method and Description |
---|---|
List<Element> |
DragAndDropBean.getDestinationElements()
Gets all destination elements.
|
List<Element> |
DragAndDropBean.getSourceElements()
Gets all the source elements.
|
Modifier and Type | Method and Description |
---|---|
Element[] |
ConditionalFlowStepOne.getElements()
Gets all the element of the periodic table.
|
Element |
ConditionalFlowStepOne.getSelectedElement()
Gets the selected element.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionalFlowStepOne.setSelectedElement(Element element)
Sets the selected element, which ends this step.
|
Copyright © 2008–2018. All rights reserved.