|
| | FULLY_ACCEPTED =("/_zul/images/acceptation_accepted.png", true) |
| |
| | FULLY_PENDING =("/_zul/images/acceptation_pending.png", false) |
| |
| | SELF_ACCEPTED =("/_zul/images/acceptation_accepted_self.png", false) |
| |
| | SELF_PENDING =("/_zul/images/acceptation_pending_self.png", false) |
| |
| | SOME_PENDING =("/_zul/images/acceptation_pending.png", false) |
| |
| | NONE_EXISTS =("/_zul/images/acceptation.png", true) |
| |
◆ getImage()
| String org.turro.action.AcceptanceStatus.getImage |
( |
| ) |
|
◆ isPass()
| boolean org.turro.action.AcceptanceStatus.isPass |
( |
| ) |
|
◆ FULLY_ACCEPTED
| org.turro.action.AcceptanceStatus.FULLY_ACCEPTED =("/_zul/images/acceptation_accepted.png", true) |
◆ FULLY_PENDING
| org.turro.action.AcceptanceStatus.FULLY_PENDING =("/_zul/images/acceptation_pending.png", false) |
◆ NONE_EXISTS
| org.turro.action.AcceptanceStatus.NONE_EXISTS =("/_zul/images/acceptation.png", true) |
◆ SELF_ACCEPTED
| org.turro.action.AcceptanceStatus.SELF_ACCEPTED =("/_zul/images/acceptation_accepted_self.png", false) |
◆ SELF_PENDING
| org.turro.action.AcceptanceStatus.SELF_PENDING =("/_zul/images/acceptation_pending_self.png", false) |
◆ SOME_PENDING
| org.turro.action.AcceptanceStatus.SOME_PENDING =("/_zul/images/acceptation_pending.png", false) |
The documentation for this enum was generated from the following file: