A B C D E F G H I J L M N O P R S T U V W 

A

AbsolutePanel - Class in net.magik6k.jwwf.widgets.basic.panel
This panel allows to 'move' its content from original place
AbsolutePanel(int, int, Widget) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
 
AbsolutePanel(int, int) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
 
AbsolutePanel() - Constructor for class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
 
Actions - Enum in net.magik6k.jwwf.enums
 
addTo(User) - Method in class net.magik6k.jwwf.core.Attachable
 
addTo(User) - Method in class net.magik6k.jwwf.core.Group
 
addTo(User) - Method in class net.magik6k.jwwf.core.Widget
 
apiName - Variable in enum net.magik6k.jwwf.enums.Actions
 
APISocketServlet - Class in net.magik6k.jwwf.core.servlet
 
APISocketServlet(UserFactory) - Constructor for class net.magik6k.jwwf.core.servlet.APISocketServlet
 
ArrayPanel - Class in net.magik6k.jwwf.widgets.basic.panel.virtual
 
ArrayPanel() - Constructor for class net.magik6k.jwwf.widgets.basic.panel.virtual.ArrayPanel
 
attach(Attachable) - Method in class net.magik6k.jwwf.core.Widget
If the widget is container it must invoke this metkod for all widgets it stores
Attachable - Class in net.magik6k.jwwf.core
 
Attachable() - Constructor for class net.magik6k.jwwf.core.Attachable
 

B

bindJettyServlet(ServletHolder, String) - Method in class net.magik6k.jwwf.core.JwwfServer
Binds Jetty servlet to URL, this allows creation of REST APIs, etc
bindWebapp(Class<? extends User>, String) - Method in class net.magik6k.jwwf.core.JwwfServer
Binds webapp to address, by default '/'
bindWebapp(Class<? extends User>) - Method in class net.magik6k.jwwf.core.JwwfServer
Binds webapp to '/' address
Button - Class in net.magik6k.jwwf.widgets.basic.input
User-clickable button
Button(String, ClickHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.Button
 

C

CheckBox - Class in net.magik6k.jwwf.widgets.basic.input
Basic check box
CheckBox(CheckHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.CheckBox
 
checkBox - Variable in class net.magik6k.jwwf.widgets.complex.LabeledCheckBox
 
checked(boolean) - Method in class net.magik6k.jwwf.handlers.CheckHandler
 
CheckHandler - Class in net.magik6k.jwwf.handlers
 
CheckHandler() - Constructor for class net.magik6k.jwwf.handlers.CheckHandler
 
clicked() - Method in interface net.magik6k.jwwf.handlers.ClickHandler
 
ClickHandler - Interface in net.magik6k.jwwf.handlers
 
createUser() - Method in interface net.magik6k.jwwf.core.util.UserFactory
 

D

data(String, String) - Method in interface net.magik6k.jwwf.handlers.UserDataHandler
 
debug(String, String) - Method in class net.magik6k.jwwf.handlers.LogHandler
 
debugOutput(boolean) - Static method in class net.magik6k.jwwf.core.JwwfServer
 
destroy() - Method in class net.magik6k.jwwf.core.User
This function is called when user disconnects for some reason, If user has some resourcues that need manual cleanup override this function
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.magik6k.jwwf.core.servlet.SkinServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.magik6k.jwwf.core.servlet.WebClientServelt
 
doWebSocketConnect(HttpServletRequest, String) - Method in class net.magik6k.jwwf.core.servlet.APISocketServlet
 

E

enableDebug(boolean) - Method in class net.magik6k.jwwf.handlers.LogHandler
 
escapeString(String) - Static method in class net.magik6k.jwwf.util.Json
 
ExampleClient - Class in net.magik6k.jwwf.example
 
ExampleClient() - Constructor for class net.magik6k.jwwf.example.ExampleClient
 
ExternalLink - Class in net.magik6k.jwwf.widgets.basic
This panel is much like TextLabel except it is a link to another resourcue(eg. webpage)
ExternalLink(String, String) - Constructor for class net.magik6k.jwwf.widgets.basic.ExternalLink
 

F

fileBase - Static variable in class net.magik6k.jwwf.core.util.ResourceReader
 
FixedPanel - Class in net.magik6k.jwwf.widgets.basic.panel
This panel places its content based on top-left corner of the window, the content is 'fixed'
FixedPanel(int, int, Widget) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
 
FixedPanel(int, int) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
 
FixedPanel() - Constructor for class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
 

G

get(String, UserDataHandler) - Method in class net.magik6k.jwwf.core.UserData
Gets userData string. if data exists in cache the callback is fired immediately, if not async request is sent to user.
getCached(String) - Method in class net.magik6k.jwwf.core.UserData
Gets userData from cache, if userData is not cached(i.e. has not been requested, or set earlier) null will be returned.
getClient() - Method in class net.magik6k.jwwf.core.util.WebClientCreator
 
getConnection() - Method in class net.magik6k.jwwf.core.User
 
getData() - Method in class net.magik6k.jwwf.core.MainFrame
 
getData() - Method in class net.magik6k.jwwf.core.Widget
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.ExternalLink
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.Image
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.input.Button
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.input.CheckBox
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.input.InternalLink
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.input.PasswordInput
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.input.RadioButton
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.input.Slider
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.input.TextArea
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.input.TextInput
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.panel.TabbedPanel
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.PreformattedTextLabel
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.ProgressBar
 
getData() - Method in class net.magik6k.jwwf.widgets.basic.TextLabel
 
getID() - Method in class net.magik6k.jwwf.core.Group
 
getID() - Method in class net.magik6k.jwwf.core.Widget
 
getName() - Method in class net.magik6k.jwwf.core.MainFrame
 
getName() - Method in class net.magik6k.jwwf.core.Widget
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.ExternalLink
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.Image
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.input.Button
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.input.CheckBox
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.input.InternalLink
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.input.PasswordInput
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.input.RadioButton
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.input.Slider
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.input.TextArea
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.input.TextInput
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.panel.TabbedPanel
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.PreformattedTextLabel
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.ProgressBar
 
getName() - Method in class net.magik6k.jwwf.widgets.basic.TextLabel
 
getText() - Method in class net.magik6k.jwwf.widgets.basic.input.PasswordInput
Returns entered text
getText() - Method in class net.magik6k.jwwf.widgets.basic.input.TextArea
Returns entered text
getText() - Method in class net.magik6k.jwwf.widgets.basic.input.TextInput
Returns entered text
getValue() - Method in class net.magik6k.jwwf.widgets.basic.input.Slider
Returns value set on slider
getWidget() - Method in interface net.magik6k.jwwf.core.IWidgetFactory
Returns new instance of widget
Group - Class in net.magik6k.jwwf.core
 
Group() - Constructor for class net.magik6k.jwwf.core.Group
 

H

handleData(String) - Method in class net.magik6k.jwwf.core.Widget
 
handleData(String) - Method in class net.magik6k.jwwf.widgets.basic.input.Button
Internal use only
handleData(String) - Method in class net.magik6k.jwwf.widgets.basic.input.CheckBox
Internal use only
handleData(String) - Method in class net.magik6k.jwwf.widgets.basic.input.InternalLink
Internal use only
handleData(String) - Method in class net.magik6k.jwwf.widgets.basic.input.PasswordInput
Internal use only
handleData(String) - Method in class net.magik6k.jwwf.widgets.basic.input.RadioButton
Internal use only
handleData(String) - Method in class net.magik6k.jwwf.widgets.basic.input.Slider
Internal use only
handleData(String) - Method in class net.magik6k.jwwf.widgets.basic.input.TextArea
Internal use only
handleData(String) - Method in class net.magik6k.jwwf.widgets.basic.input.TextInput
Internal use only
HorizontalPanel - Class in net.magik6k.jwwf.widgets.basic.panel
This panel places its elements in horizontal line
HorizontalPanel(int) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
 
HorizontalPanel(int, Widget...) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
 
HorizontalPanel(int, float, Widget...) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
 
HorizontalPanel(int, float) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
 

I

Image - Class in net.magik6k.jwwf.widgets.basic
This widget is a simple image
Image(String) - Constructor for class net.magik6k.jwwf.widgets.basic.Image
 
Image(int, int, String) - Constructor for class net.magik6k.jwwf.widgets.basic.Image
 
Image(int, int, String, String) - Constructor for class net.magik6k.jwwf.widgets.basic.Image
 
info(String, String) - Method in class net.magik6k.jwwf.handlers.LogHandler
 
initializeUser(MainFrame) - Method in class net.magik6k.jwwf.core.User
 
initializeUser(MainFrame) - Method in class net.magik6k.jwwf.example.ExampleClient
 
instance - Static variable in class net.magik6k.jwwf.core.util.ResourceReader
 
instance - Static variable in class net.magik6k.jwwf.core.util.WebClientCreator
 
InternalLink - Class in net.magik6k.jwwf.widgets.basic.input
Link clickable by user with server-side handler
InternalLink(String, ClickHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.InternalLink
 
IWidgetFactory - Interface in net.magik6k.jwwf.core
 

J

join() - Method in class net.magik6k.jwwf.core.JwwfServer
Waits for jetty server
Json - Class in net.magik6k.jwwf.util
 
Json() - Constructor for class net.magik6k.jwwf.util.Json
 
JwwfServer - Class in net.magik6k.jwwf.core
 
JwwfServer(int) - Constructor for class net.magik6k.jwwf.core.JwwfServer
Server constructor

L

label - Variable in class net.magik6k.jwwf.widgets.complex.LabeledCheckBox
 
label - Variable in class net.magik6k.jwwf.widgets.complex.LabeledRadioButton
 
LabeledCheckBox - Class in net.magik6k.jwwf.widgets.complex
LabeledCheckBox(String, CheckHandler) - Constructor for class net.magik6k.jwwf.widgets.complex.LabeledCheckBox
 
LabeledRadioButton - Class in net.magik6k.jwwf.widgets.complex
LabeledRadioButton(String, RadioGroup) - Constructor for class net.magik6k.jwwf.widgets.complex.LabeledRadioButton
 
LinePanel - Class in net.magik6k.jwwf.widgets.basic.panel.virtual
 
LinePanel() - Constructor for class net.magik6k.jwwf.widgets.basic.panel.virtual.LinePanel
 
logger - Static variable in class net.magik6k.jwwf.core.JwwfServer
 
LogHandler - Class in net.magik6k.jwwf.handlers
Logger used inside the server, allowing developer to create own output for server logs
LogHandler() - Constructor for class net.magik6k.jwwf.handlers.LogHandler
 
LoginPanel - Class in net.magik6k.jwwf.example
 
LoginPanel() - Constructor for class net.magik6k.jwwf.example.LoginPanel
 

M

Main - Class in net.magik6k.jwwf.example
 
Main() - Constructor for class net.magik6k.jwwf.example.Main
 
main(String[]) - Static method in class net.magik6k.jwwf.example.Main
 
MainFrame - Class in net.magik6k.jwwf.core
Special panel to add widgets to.
MainFrame(int, WebSocket.Connection) - Constructor for class net.magik6k.jwwf.core.MainFrame
 
MathUtil - Class in net.magik6k.jwwf.util
 
MathUtil() - Constructor for class net.magik6k.jwwf.util.MathUtil
 
msg(String) - Method in class net.magik6k.jwwf.handlers.LogHandler
Logs a message
msg(String) - Method in class net.magik6k.jwwf.handlers.NullLogHandler
 
msg(String) - Method in class net.magik6k.jwwf.handlers.StdLogHandler
 

N

name - Variable in class net.magik6k.jwwf.util.NamedWidget
 
NamedPanel - Class in net.magik6k.jwwf.widgets.basic.panel.virtual
 
NamedPanel() - Constructor for class net.magik6k.jwwf.widgets.basic.panel.virtual.NamedPanel
 
NamedWidget - Class in net.magik6k.jwwf.util
Simple wrapper for widget
NamedWidget(Widget, String) - Constructor for class net.magik6k.jwwf.util.NamedWidget
 
net.magik6k.jwwf.core - package net.magik6k.jwwf.core
 
net.magik6k.jwwf.core.servlet - package net.magik6k.jwwf.core.servlet
 
net.magik6k.jwwf.core.util - package net.magik6k.jwwf.core.util
 
net.magik6k.jwwf.enums - package net.magik6k.jwwf.enums
 
net.magik6k.jwwf.example - package net.magik6k.jwwf.example
 
net.magik6k.jwwf.handlers - package net.magik6k.jwwf.handlers
 
net.magik6k.jwwf.util - package net.magik6k.jwwf.util
 
net.magik6k.jwwf.widgets.basic - package net.magik6k.jwwf.widgets.basic
 
net.magik6k.jwwf.widgets.basic.input - package net.magik6k.jwwf.widgets.basic.input
 
net.magik6k.jwwf.widgets.basic.panel - package net.magik6k.jwwf.widgets.basic.panel
 
net.magik6k.jwwf.widgets.basic.panel.virtual - package net.magik6k.jwwf.widgets.basic.panel.virtual
 
net.magik6k.jwwf.widgets.complex - package net.magik6k.jwwf.widgets.complex
 
nextElementId() - Method in class net.magik6k.jwwf.core.User
 
NullLogHandler - Class in net.magik6k.jwwf.handlers
 
NullLogHandler() - Constructor for class net.magik6k.jwwf.handlers.NullLogHandler
 

O

onClose(int, String) - Method in class net.magik6k.jwwf.core.User
 
onMessage(String) - Method in class net.magik6k.jwwf.core.User
 
onOpen(WebSocket.Connection) - Method in class net.magik6k.jwwf.core.User
 
onType(String) - Method in class net.magik6k.jwwf.handlers.TextHandler
 

P

Panel - Class in net.magik6k.jwwf.widgets.basic.panel.virtual
 
Panel() - Constructor for class net.magik6k.jwwf.widgets.basic.panel.virtual.Panel
 
PanelAlign - Enum in net.magik6k.jwwf.enums
List of all possible aligns used for panles
PasswordInput - Class in net.magik6k.jwwf.widgets.basic.input
Input for passwords
PasswordInput(String, String, TextHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.PasswordInput
 
PasswordInput(String, TextHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.PasswordInput
 
PasswordInput(String, String) - Constructor for class net.magik6k.jwwf.widgets.basic.input.PasswordInput
 
PasswordInput(String) - Constructor for class net.magik6k.jwwf.widgets.basic.input.PasswordInput
 
PreformattedTextLabel - Class in net.magik6k.jwwf.widgets.basic
Somewhat like TextLabel but automatically fromats text.
PreformattedTextLabel(String) - Constructor for class net.magik6k.jwwf.widgets.basic.PreformattedTextLabel
 
ProgressBar - Class in net.magik6k.jwwf.widgets.basic
Simple progress indicator
ProgressBar() - Constructor for class net.magik6k.jwwf.widgets.basic.ProgressBar
Creates new ProgressBar with default width of 256px
ProgressBar(int) - Constructor for class net.magik6k.jwwf.widgets.basic.ProgressBar
Creates new ProgressBar
ProgressBar(int, double) - Constructor for class net.magik6k.jwwf.widgets.basic.ProgressBar
Creates new ProgressBar
propertyName - Variable in enum net.magik6k.jwwf.enums.PanelAlign
 
put(Widget) - Method in class net.magik6k.jwwf.core.MainFrame
Adds widget to page
put(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
Puts widget at first free index
put(IWidgetFactory) - Method in class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
Creates new widget and puts it to container
put(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
Puts widget at first free index
put(IWidgetFactory) - Method in class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
Creates new widget and puts it to container
put(Widget, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
Puts new widget to the container
put(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
Puts widget at first free index
put(Widget, String, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.TabbedPanel
Puts new widget to the container
put(Widget, String) - Method in class net.magik6k.jwwf.widgets.basic.panel.TabbedPanel
Puts widget at first free index
put(Widget, int, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Set widget to certain cell in table
put(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Puts widget at first free index
put(Widget, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
Puts new widget to the container
put(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
Puts widget at first free index
put(Widget, int, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.ArrayPanel
Set widget to certain cell in table
put(IWidgetFactory, int, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.ArrayPanel
Creates new widget and puts it to container
put(Widget, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.LinePanel
Puts new widget to the container
put(IWidgetFactory, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.LinePanel
Creates new widget and puts it to container
put(Iterable<? extends Widget>, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.LinePanel
Adds all widgets from given iterable
put(Widget, String, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.NamedPanel
Puts new widget to the container
put(Widget, String) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.NamedPanel
Puts widget at first free index
put(IWidgetFactory, String) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.NamedPanel
Creates new widget and puts it to container at first free index
put(IWidgetFactory, String, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.NamedPanel
Creates new widget and puts it to container
put(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.Panel
Puts widget at first free index
put(IWidgetFactory) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.Panel
Creates new widget and puts it to container at first free index
put(Iterable<? extends Widget>) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.Panel
Adds all widgets from given iterable
putFactories(Iterable<? extends IWidgetFactory>, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.LinePanel
Creates widgets instance from given iterable and adds it to this panel
putFactories(Iterable<? extends IWidgetFactory>) - Method in class net.magik6k.jwwf.widgets.basic.panel.virtual.Panel
Creates widgets instance from given iterable and adds it to this panel

R

RadioButton - Class in net.magik6k.jwwf.widgets.basic.input
As part of RadioGroup acts as option in single-selection group
RadioButton(RadioGroup) - Constructor for class net.magik6k.jwwf.widgets.basic.input.RadioButton
 
RadioButton(RadioGroup, Object) - Constructor for class net.magik6k.jwwf.widgets.basic.input.RadioButton
 
radioButton - Variable in class net.magik6k.jwwf.widgets.complex.LabeledRadioButton
 
RadioGroup - Class in net.magik6k.jwwf.util
 
RadioGroup(SelectionHandler) - Constructor for class net.magik6k.jwwf.util.RadioGroup
 
readDirectory(String, String) - Method in class net.magik6k.jwwf.core.util.ResourceReader
 
readFile(URL) - Method in class net.magik6k.jwwf.core.util.ResourceReader
 
readFile(String) - Method in class net.magik6k.jwwf.core.util.ResourceReader
 
recvData(String, String) - Method in class net.magik6k.jwwf.core.UserData
 
remove() - Method in class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
Removes stored element
remove() - Method in class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
Removes stored element
remove(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
Removes all elements that are instance of specified element
remove(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Removes all elements that are instance of specified element
remove(Widget) - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
Removes all elements that are instance of specified element
removeAll() - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
Removes all elements stored in this container
removeAll() - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Removes all elements stored in this container
removeAll() - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
Removes all elements stored in this container
removeAt(int) - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
Removes element at specified position
removeAt(int, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Removes element at specified position
removeAt(int) - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
Removes element at specified position
ResourceReader - Class in net.magik6k.jwwf.core.util
 
ResourceReader() - Constructor for class net.magik6k.jwwf.core.util.ResourceReader
 
rootFrame - Variable in class net.magik6k.jwwf.core.User
 

S

scale(double, double, double, double, double) - Static method in class net.magik6k.jwwf.util.MathUtil
 
select(Object) - Method in interface net.magik6k.jwwf.handlers.SelectionHandler
 
select(Object) - Method in class net.magik6k.jwwf.util.RadioGroup
Internal use only
SelectionHandler - Interface in net.magik6k.jwwf.handlers
 
sendElement() - Method in class net.magik6k.jwwf.core.Widget
 
set(String, String) - Method in class net.magik6k.jwwf.core.UserData
Sets userData for user, data is set in cache and sent to user
setActionHandler(int, Widget) - Method in class net.magik6k.jwwf.core.User
 
setAlternativeText(String) - Method in class net.magik6k.jwwf.widgets.basic.Image
Sets alternative text to be displayed when there is problem displaying the image
setApiServer(String) - Method in class net.magik6k.jwwf.core.util.WebClientCreator
 
setApiUrl(String) - Method in class net.magik6k.jwwf.core.JwwfServer
Sometimes you have to release your application and you can't set proxy for websocket connections, you need to set url of api here.
setElementAlign(PanelAlign) - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
Sets align of elementd inside container. this is important when container has few elements with different heights
setElementAlign(PanelAlign) - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Sets align of elementd inside container. this is important when container has few elements with different widths or/and heights
setElementAlign(PanelAlign) - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
Sets align of elementd inside container. this is important when container has few elements with different widths
setElementSpacing(float) - Method in class net.magik6k.jwwf.widgets.basic.panel.HorizontalPanel
Sets space betwen each element.
setElementSpacing(float) - Method in class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
Sets space betwen each element.
setGroup(RadioGroup) - Method in class net.magik6k.jwwf.widgets.basic.input.RadioButton
Sets new handler for button click
setHandler(ClickHandler) - Method in class net.magik6k.jwwf.widgets.basic.input.Button
Sets new handler for button click
setHandler(CheckHandler) - Method in class net.magik6k.jwwf.widgets.basic.input.CheckBox
Sets new handler for button click
setHandler(ClickHandler) - Method in class net.magik6k.jwwf.widgets.basic.input.InternalLink
Sets new handler for button click
setHorizontalSpacing(float) - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Sets space betwen elements
setLabel(String) - Method in class net.magik6k.jwwf.widgets.basic.ExternalLink
Sets links name
setlabel(String) - Method in class net.magik6k.jwwf.widgets.basic.input.Button
Sets new label
setlabel(String) - Method in class net.magik6k.jwwf.widgets.basic.input.InternalLink
Sets new label
setMaxValue(double) - Method in class net.magik6k.jwwf.widgets.basic.input.Slider
Sets minimal value that user can pick on slider
setMinValue(double) - Method in class net.magik6k.jwwf.widgets.basic.input.Slider
Sets minimal value that user can pick on slider
setOffset(int, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.AbsolutePanel
 
setOffset(int, int) - Method in class net.magik6k.jwwf.widgets.basic.panel.FixedPanel
 
setPlaceholder(String) - Method in class net.magik6k.jwwf.widgets.basic.input.PasswordInput
Sets new placeholder text
setPlaceholder(String) - Method in class net.magik6k.jwwf.widgets.basic.input.TextArea
Sets new placeholder text
setPlaceholder(String) - Method in class net.magik6k.jwwf.widgets.basic.input.TextInput
Sets new placeholder text
setProgress(double) - Method in class net.magik6k.jwwf.widgets.basic.ProgressBar
Sets progress
setQuietLogger() - Static method in class net.magik6k.jwwf.core.JwwfServer
 
setSize(int, int) - Method in class net.magik6k.jwwf.widgets.basic.Image
Sets size of the image
setSize(short, short) - Method in class net.magik6k.jwwf.widgets.basic.input.TextArea
Sets size of the widget
setSpacing(float, float) - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Sets space betwen elements
setText(String) - Method in class net.magik6k.jwwf.widgets.basic.input.PasswordInput
Sets new text
setText(String) - Method in class net.magik6k.jwwf.widgets.basic.input.TextArea
Sets new text
setText(String) - Method in class net.magik6k.jwwf.widgets.basic.input.TextInput
Sets new text
setText(String) - Method in class net.magik6k.jwwf.widgets.basic.PreformattedTextLabel
Sets new text
setText(String) - Method in class net.magik6k.jwwf.widgets.basic.TextLabel
Sets new text
setTextWrapping(boolean) - Method in class net.magik6k.jwwf.widgets.basic.TextLabel
Sets text wrapping
setTitle(String) - Method in class net.magik6k.jwwf.core.MainFrame
Sets page title
setURL(String) - Method in class net.magik6k.jwwf.widgets.basic.ExternalLink
Sets links url
setURL(String) - Method in class net.magik6k.jwwf.widgets.basic.Image
Sets URL of the image
setUser(User) - Method in class net.magik6k.jwwf.core.MainFrame
 
setValue(double) - Method in class net.magik6k.jwwf.widgets.basic.input.Slider
Sets slider value
setValueRange(double, double) - Method in class net.magik6k.jwwf.widgets.basic.input.Slider
Sets range of value that user can pick on slider
setVerticalSpacing(float) - Method in class net.magik6k.jwwf.widgets.basic.panel.TablePanel
Sets space betwen elements
setWidth(int) - Method in class net.magik6k.jwwf.widgets.basic.ProgressBar
Sets new width
SkinServlet - Class in net.magik6k.jwwf.core.servlet
 
SkinServlet() - Constructor for class net.magik6k.jwwf.core.servlet.SkinServlet
 
slide(double) - Method in interface net.magik6k.jwwf.handlers.SlideHandler
 
SlideHandler - Interface in net.magik6k.jwwf.handlers
 
Slider - Class in net.magik6k.jwwf.widgets.basic.input
 
Slider(double) - Constructor for class net.magik6k.jwwf.widgets.basic.input.Slider
Creates new slider input, with default value range from 0 to 1
Slider(SlideHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.Slider
Creates new slider input, with default value range from 0 to 1
Slider(SlideHandler, double) - Constructor for class net.magik6k.jwwf.widgets.basic.input.Slider
Creates new slider input, with default value range from 0 to 1
Slider(double, double) - Constructor for class net.magik6k.jwwf.widgets.basic.input.Slider
Creates new slider input
Slider(SlideHandler, double, double) - Constructor for class net.magik6k.jwwf.widgets.basic.input.Slider
Creates new slider input
Slider(SlideHandler, double, double, double) - Constructor for class net.magik6k.jwwf.widgets.basic.input.Slider
Creates new slider input
start() - Method in class net.magik6k.jwwf.core.JwwfServer
Starts Jetty server in background
startAndJoin() - Method in class net.magik6k.jwwf.core.JwwfServer
Starts Jetty server and waits for it
StdLogHandler - Class in net.magik6k.jwwf.handlers
 
StdLogHandler() - Constructor for class net.magik6k.jwwf.handlers.StdLogHandler
 

T

TabbedPanel - Class in net.magik6k.jwwf.widgets.basic.panel
Panel with many tabs
TabbedPanel(int) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.TabbedPanel
 
TabbedPanel(int, NamedWidget...) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.TabbedPanel
 
TablePanel - Class in net.magik6k.jwwf.widgets.basic.panel
A simple table container
TablePanel(int, int) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.TablePanel
 
TablePanel(int, int, Widget...) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.TablePanel
 
TablePanel(int, int, float, float, Widget...) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.TablePanel
 
TextArea - Class in net.magik6k.jwwf.widgets.basic.input
Scrollable TextInput with multiple rows
TextArea(String, String, int, int, TextHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextArea
 
TextArea(String, int, int, TextHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextArea
 
TextArea(String, String, TextHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextArea
 
TextArea(String, TextHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextArea
 
TextArea(String, short, short) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextArea
 
TextArea(String, String) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextArea
 
TextArea(String) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextArea
 
TextHandler - Class in net.magik6k.jwwf.handlers
 
TextHandler() - Constructor for class net.magik6k.jwwf.handlers.TextHandler
 
TextInput - Class in net.magik6k.jwwf.widgets.basic.input
Input for user data
TextInput(String, String, TextHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextInput
 
TextInput(String, TextHandler) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextInput
 
TextInput(String, String) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextInput
 
TextInput(String) - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextInput
 
TextInput() - Constructor for class net.magik6k.jwwf.widgets.basic.input.TextInput
 
TextLabel - Class in net.magik6k.jwwf.widgets.basic
Basic container of text
TextLabel(String) - Constructor for class net.magik6k.jwwf.widgets.basic.TextLabel
 

U

User - Class in net.magik6k.jwwf.core
 
User() - Constructor for class net.magik6k.jwwf.core.User
 
userData - Variable in class net.magik6k.jwwf.core.User
 
UserData - Class in net.magik6k.jwwf.core
Utility mechanism that allows app creator to save user data on his/her computer.
UserData(User) - Constructor for class net.magik6k.jwwf.core.UserData
 
UserDataHandler - Interface in net.magik6k.jwwf.handlers
 
UserFactory - Interface in net.magik6k.jwwf.core.util
 
userIdleTime - Static variable in class net.magik6k.jwwf.core.JwwfServer
 

V

valueOf(String) - Static method in enum net.magik6k.jwwf.enums.Actions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.magik6k.jwwf.enums.PanelAlign
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.magik6k.jwwf.enums.Actions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.magik6k.jwwf.enums.PanelAlign
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalPanel - Class in net.magik6k.jwwf.widgets.basic.panel
This panel places its elements in vertical line
VerticalPanel(int) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
 
VerticalPanel(int, Widget...) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
 
VerticalPanel(int, float, Widget...) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
 
VerticalPanel(int, float) - Constructor for class net.magik6k.jwwf.widgets.basic.panel.VerticalPanel
 

W

WebClientCreator - Class in net.magik6k.jwwf.core.util
 
WebClientServelt - Class in net.magik6k.jwwf.core.servlet
 
WebClientServelt() - Constructor for class net.magik6k.jwwf.core.servlet.WebClientServelt
 
Widget - Class in net.magik6k.jwwf.core
 
Widget(int, WebSocket.Connection) - Constructor for class net.magik6k.jwwf.core.Widget
 
Widget(Actions) - Constructor for class net.magik6k.jwwf.core.Widget
 
Widget() - Constructor for class net.magik6k.jwwf.core.Widget
 
widget - Variable in class net.magik6k.jwwf.util.NamedWidget
 
A B C D E F G H I J L M N O P R S T U V W