com.ibm.eNetwork.ECL Interface ECLInputFieldAttribute

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES    
SUMMARY: NESTED | FIELD | CONSTR |  METHOD DETAIL: FIELD | CONSTR |  METHOD
public interface ECLInputFieldAttribute

The ECLInputFieldAttribute interface provides access to the 5250 input field attribute.

See Also:
ECLPS.GetECLInputFields()

Method Summary
 int getEndPos ()           Returns the end position of this field.
 java.util.Vector getENPTUIChoiceCursorable ()           gets choice cursorable or not
 java.util.Vector getENPTUIChoiceState ()           Gets choice state (available or not)
 java.util.Vector getENPTUIChoiceTextPositions ()           Gets the choice text positions.
 java.util.Vector getENPTUIChoiceTexts ()           Gets choice text strings.
 java.util.Vector getENPTUIChoiceTextSizes ()           Gets choice text sizes.
 byte getENPTUICol ()           Returns the numer of columns of the ENPTUI choice text.
 short getENPTUIMenuSeparatorEndCol ()           Gets the end column of the separator line.
 short getENPTUIMenuSeparatorStartCol ()           Gets the start column of the separator line.
 byte getENPTUIRow ()           Returns the numer of rows of the ENPTUI choice text.
 int getENPTUIScrollBarSize ()           Gets scroll bar size
 int getENPTUIScrollBarSliderPosition ()           Gets scroll bar slider position
 int getENPTUIScrollBarTotalRowCol ()           Gets number of items in the list.
 int getENPTUISelectionFieldType ()           Returns the following ENPTUI selection field type.
 short[] getENPTUISelections ()           Gets ENPTUI select or deselect information.
 byte getENPTUITextSize ()           Returns the maximum length of the ENPTUI choice text.
 int getStartPos ()           Returns the start position of this field.
 boolean isAlphaOnlyField ()           Determines whether this input field is Alpha Only field or not.
 boolean isAlphaShiftField ()           Determines whether this input field is Alpha Shift field or not.
 boolean isAutoEnterField ()           Determines whether this input field is Auto Enter field or not.
 boolean isBidiRightToLeftField ()           Determines whether this input field is Bidi Right to Left field or not.
 boolean isByPassField ()           Determines whether this input field is ByPass field or not.
 boolean isDBCSEitherField ()           Determines whether this input field is DBCS Either field or not.
 boolean isDBCSOnlyField ()           Determines whether this input field is DBCS Only Enter field or not.
 boolean isDBCSOpenField ()           Determines whether this input field is DBCS Open field or not.
 boolean isDBCSPureField ()           Determines whether this input field is DBCS Pure field or not.
 boolean isDigitsOnlyField ()           Determines whether this input field is Digit Only field or not.
 boolean isDupFieldMarkEnableField ()           Determines whether this input field is Dup Enabled field or not.
 boolean isENPTUIAutoEnterEnabled ()           Determines if AutoEnter is enabled on the ENPTUI selection field.
 boolean isENPTUIChoiceIndicatorExist ()           Determines if there is an indicator in the choice text.
 boolean isENPTUIField ()           Determine whether this input field is ENPTUI field or not.
 boolean isENPTUIScrollBarAttached ()           Determines if an ENPTUI scroll bar is attached to a selectable list.
 boolean isENPTUIScrollBarField ()           Determine whether this input field is ENPTUI scroll bar field or not.
 boolean isENPTUIScrollBarVertical ()           Determines if scroll bar type vertical or not
 boolean isENPTUISelectionField ()           Determine whether this input field is ENPTUI selection field or not.
 boolean isFieldExitRequiredField ()           Determines whether this input field is Field Exit Required field or not.
 boolean isIOFieldField ()           Determines whether this input field is IO field or not.
 boolean isKanaShiftField ()           Determines whether this input field is Katakana Shift field or not.
 boolean isMandatoryEntryField ()           Determines whether this input field is Mandatory Enter field or not.
 boolean isMandatoryFillField ()           Determines whether this input field is Mandatory Fill field or not.
 boolean isMDTField ()           Determines whether this input field is MDT field or not.
 boolean isModulus10Field ()           Determines whether this input field is Modulus 10 field or not.
 boolean isModulus11Field ()           Determines whether this input field is Modulus 11 field or not.
 boolean isMonocaseField ()           Determines whether this input field is Monocase field or not.
 boolean isNumericOnlyField ()           Determines whether this input field is Numeric Only field or not.
 boolean isNumericShiftField ()           Determines whether this input field is Numeric Shift field or not.
 boolean isRightAdjustBlankFillField ()           Determines whether this input field is Right Adjust Blank field or not.
 boolean isRightAdjustZeroFillField ()           Determines whether this input field is Right Adjust Zero field or not.
 boolean isSignedNumericField ()           Determines whether this input field is Signed Numeric only field or not.
 boolean isTransparentField ()           Determines whether this input field is Transparent field or not.
 boolean setENPTUIScrollBarIncrements (int pos)           Sets scroll bar increment or decrement information for the scroll bar elements (top/bottom arrow, upper/lower shaft) at current cursor address
 void setENPTUISelection ()           Sets ENPTUI selected information for the choice at current cursor address

 

Method Detail

isAlphaOnlyField



public boolean 
isAlphaOnlyField()

isAlphaShiftField



public boolean 
isAlphaShiftField()

isAutoEnterField



public boolean 
isAutoEnterField()

isBidiRightToLeftField



public boolean 
isBidiRightToLeftField()

isByPassField



public boolean 
isByPassField()

isDBCSEitherField



public boolean 
isDBCSEitherField()

isDBCSOnlyField



public boolean 
isDBCSOnlyField()

isDBCSOpenField



public boolean 
isDBCSOpenField()

isDBCSPureField



public boolean 
isDBCSPureField()

isDigitsOnlyField



public boolean 
isDigitsOnlyField()

isDupFieldMarkEnableField



public boolean 
isDupFieldMarkEnableField()

isFieldExitRequiredField



public boolean 
isFieldExitRequiredField()

isIOFieldField



public boolean 
isIOFieldField()

isKanaShiftField



public boolean 
isKanaShiftField()

isMandatoryEntryField



public boolean 
isMandatoryEntryField()

isMandatoryFillField



public boolean 
isMandatoryFillField()

isMDTField



public boolean 
isMDTField()

isModulus10Field



public boolean 
isModulus10Field()

isModulus11Field



public boolean 
isModulus11Field()

isMonocaseField



public boolean 
isMonocaseField()

isNumericOnlyField



public boolean 
isNumericOnlyField()

isNumericShiftField



public boolean 
isNumericShiftField()

isRightAdjustBlankFillField



public boolean 
isRightAdjustBlankFillField()

isRightAdjustZeroFillField



public boolean 
isRightAdjustZeroFillField()

isSignedNumericField



public boolean 
isSignedNumericField()

isTransparentField



public boolean 
isTransparentField()

getStartPos



public int 
getStartPos()

getEndPos



public int 
getEndPos()

isENPTUIField



public boolean 
isENPTUIField()

isENPTUISelectionField



public boolean 
isENPTUISelectionField()

isENPTUIScrollBarField



public boolean 
isENPTUIScrollBarField()

getENPTUISelectionFieldType



public int 
getENPTUISelectionFieldType()

getENPTUITextSize



public byte 
getENPTUITextSize()

getENPTUIRow



public byte 
getENPTUIRow()

getENPTUICol



public byte 
getENPTUICol()

isENPTUIScrollBarAttached



public boolean 
isENPTUIScrollBarAttached()

isENPTUIChoiceIndicatorExist



public boolean 
isENPTUIChoiceIndicatorExist()

isENPTUIAutoEnterEnabled



public boolean 
isENPTUIAutoEnterEnabled()

getENPTUIMenuSeparatorStartCol



public short 
getENPTUIMenuSeparatorStartCol()

getENPTUIMenuSeparatorEndCol



public short 
getENPTUIMenuSeparatorEndCol()

getENPTUIChoiceTextPositions



public java.util.Vector 
getENPTUIChoiceTextPositions()

getENPTUIChoiceTextSizes



public java.util.Vector 
getENPTUIChoiceTextSizes()

getENPTUIChoiceTexts



public java.util.Vector 
getENPTUIChoiceTexts()

getENPTUIChoiceState



public java.util.Vector 
getENPTUIChoiceState()

getENPTUIChoiceCursorable



public java.util.Vector 
getENPTUIChoiceCursorable()

getENPTUISelections



public short[] 
getENPTUISelections()

setENPTUISelection



public void 
setENPTUISelection()

isENPTUIScrollBarVertical



public boolean 
isENPTUIScrollBarVertical()

getENPTUIScrollBarSize



public int 
getENPTUIScrollBarSize()

getENPTUIScrollBarTotalRowCol



public int 
getENPTUIScrollBarTotalRowCol()

getENPTUIScrollBarSliderPosition



public int 
getENPTUIScrollBarSliderPosition()

setENPTUIScrollBarIncrements



public boolean 
setENPTUIScrollBarIncrements(int pos)

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES    
SUMMARY: NESTED | FIELD | CONSTR |  METHOD DETAIL: FIELD | CONSTR |  METHOD