Class fvaswing.components.input.FvCalendarFieldInput

Implemented Interfaces

FvInputComponent

Description

Date field input component.

Use a textfield and a FvCalendar sub components.

See Also

Method Index

new FvCalendarFieldInput()
getContainer(), isValid(), toString()

Inherited from FvCalendarField

Constructor Detail

FvCalendarFieldInput

public function FvCalendarFieldInput()

Constructor.

Method Detail

getContainer

public function getContainer():Component

Returns JCombobox component to add into a FvInputComponentDialog dialog.

Specified By

getContainer() in fvaswing.components.input.FvInputComponent

isValid

public function isValid():Boolean

Returns true if date is valid.

Specified By

isValid() in fvaswing.components.input.FvInputComponent

toString

public function toString():String

Returns string representation.