public void setSwingFocus(ICFLibAnyObj value) { final String S_ProcName = "setSwingFocus"; if ((value == null) || (value instanceof ICFBamTZTimestampDefObj)) { super.setSwingFocus(value); } else { throw CFLib.getDefaultExceptionFactory() .newUnsupportedClassException( getClass(), S_ProcName, "value", value, "ICFBamTZTimestampDefObj"); } ((ICFBamSwingTZTimestampDefJPanelCommon) swingViewEditJPanel).setSwingFocus(value); ICFBamTZTimestampDefObj argFocus = (ICFBamTZTimestampDefObj) value; if ((argFocus != null) && (!argFocus.getIsNew())) { argFocus = (ICFBamTZTimestampDefObj) argFocus.read(true); super.setSwingFocus(argFocus); } }
public void setSwingFocus(ICFLibAnyObj value) { final String S_ProcName = "setSwingFocus"; if ((value == null) || (value instanceof ICFBamEnumDefObj)) { super.setSwingFocus(value); } else { throw CFLib.getDefaultExceptionFactory() .newUnsupportedClassException(getClass(), S_ProcName, "value", value, "ICFBamEnumDefObj"); } }
public void setSwingFocus(ICFLibAnyObj value) { final String S_ProcName = "setSwingFocus"; if ((value == null) || (value instanceof ICFBamTextTypeObj)) { super.setSwingFocus(value); } else { throw CFLib.getDefaultExceptionFactory() .newUnsupportedClassException( getClass(), S_ProcName, "value", value, "ICFBamTextTypeObj"); } ((ICFBamSwingTextTypeJPanelCommon) swingPickerJPanel).setSwingFocus((ICFBamTextTypeObj) value); }