()
| 271 | } |
| 272 | |
| 273 | public boolean trigger() { |
| 274 | if (isEnabled() && command != null) { |
| 275 | command.handleEvent(new FEvent(this, FEventType.TAP)); |
| 276 | return true; |
| 277 | } |
| 278 | return false; |
| 279 | } |
| 280 | |
| 281 | public TextBounds getAutoSizeBounds() { |
| 282 | TextBounds bounds; |