

Public Member Functions | |
| void | onSelectPoll () |
| void | onTitleChange (InputEvent event) |
| void | onLocationChange (InputEvent event) |
| void | onDeadlineChange () |
| void | onMaxPerOptionChange (InputEvent event) |
| void | onMaxVotedOptionsChange (InputEvent event) |
| void | onTypeSelect () |
| void | onCheckParticipants () |
| void | onCheckVotes () |
| void | onCheckInsertions () |
| void | onCheckNegatives () |
| void | onWikiChange (InputEvent event) |
| void | onCreatePoll () |
| void | onSave () |
| void | onDelete () |
| void | onSendTest () |
| void | onSend () |
| void | setPoll (Poll poll) |
| PollControl () | |
| String | getEntityPath () |
| void | setEntityPath (String entityPath) |
| Object | getEntity () |
| void | setEntity (Object entity) |
| void | afterCompose () |
Static Public Member Functions | |
| static HtmlBasedComponent | getEditor (String optionClass, boolean readonly, Object value) |
| static String | getFormattedString (String optionClass, Object value) |
| static Object | getEditorValue (HtmlBasedComponent hbc) |
Protected Member Functions | |
| void | doSend (AssistantSet participants) |
Protected Attributes | |
| String | entityPath |
| Object | entity |
Definition at line 79 of file PollControl.java.
| org.turro.polls.PollControl.PollControl | ( | ) |
Definition at line 332 of file PollControl.java.
| void org.turro.polls.PollControl.afterCompose | ( | ) |
Definition at line 361 of file PollControl.java.

|
protected |
Definition at line 368 of file PollControl.java.


|
static |
Definition at line 418 of file PollControl.java.


|
static |
Definition at line 449 of file PollControl.java.
| Object org.turro.polls.PollControl.getEntity | ( | ) |
Definition at line 349 of file PollControl.java.
| String org.turro.polls.PollControl.getEntityPath | ( | ) |
Definition at line 341 of file PollControl.java.
|
static |
Definition at line 445 of file PollControl.java.


| void org.turro.polls.PollControl.onCheckInsertions | ( | ) |
Definition at line 183 of file PollControl.java.

| void org.turro.polls.PollControl.onCheckNegatives | ( | ) |
Definition at line 188 of file PollControl.java.

| void org.turro.polls.PollControl.onCheckParticipants | ( | ) |
Definition at line 173 of file PollControl.java.

| void org.turro.polls.PollControl.onCheckVotes | ( | ) |
Definition at line 178 of file PollControl.java.

| void org.turro.polls.PollControl.onCreatePoll | ( | ) |
| void org.turro.polls.PollControl.onDeadlineChange | ( | ) |
Definition at line 150 of file PollControl.java.

| void org.turro.polls.PollControl.onDelete | ( | ) |
| void org.turro.polls.PollControl.onLocationChange | ( | InputEvent | event | ) |
Definition at line 145 of file PollControl.java.

| void org.turro.polls.PollControl.onMaxPerOptionChange | ( | InputEvent | event | ) |
Definition at line 155 of file PollControl.java.

| void org.turro.polls.PollControl.onMaxVotedOptionsChange | ( | InputEvent | event | ) |
Definition at line 160 of file PollControl.java.

| void org.turro.polls.PollControl.onSave | ( | ) |
Definition at line 206 of file PollControl.java.

| void org.turro.polls.PollControl.onSelectPoll | ( | ) |
| void org.turro.polls.PollControl.onSend | ( | ) |
Definition at line 246 of file PollControl.java.

| void org.turro.polls.PollControl.onSendTest | ( | ) |
| void org.turro.polls.PollControl.onTitleChange | ( | InputEvent | event | ) |
| void org.turro.polls.PollControl.onTypeSelect | ( | ) |
Definition at line 165 of file PollControl.java.

| void org.turro.polls.PollControl.onWikiChange | ( | InputEvent | event | ) |
| void org.turro.polls.PollControl.setEntity | ( | Object | entity | ) |
| void org.turro.polls.PollControl.setEntityPath | ( | String | entityPath | ) |
Definition at line 345 of file PollControl.java.
| void org.turro.polls.PollControl.setPoll | ( | Poll | poll | ) |
|
protected |
Definition at line 339 of file PollControl.java.
|
protected |
Definition at line 338 of file PollControl.java.